Hex #002f6a Color

#002f6a
equivalent to

RGB

(0, 47, 106)

Details of #002f6a

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
0
3.6180
0.59
1.00
20.3364
3.0736
213°
17.5318
47
3.0736
1.00
0.56
11.5731
0.1745
100°
6.1565
106
14.0382
0.21
0.00   0.58
-38.3881
0.1483
42°
-35.1858

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
0
0
0
0
Green
101111
57
47
2F
Blue
1101010
152
106
6A

RGB in % of #002f6a

%0.00
%30.72
%69.28

CMYK in % of #002f6a

%100
%56
%0
%58

Triads of color #002f6a

#002f6a #2f6a00 #6a006a

Similar Colors to #002f6a

#002f6a #00646a #06006a

Preview Color #002f6a on black ground

#002f6a is very interesting for text.

Preview Color #002f6a on white ground

#002f6a is very interesting for text.

CSS Codes #002f6a color

.mybgcolor {background-color:#002f6a; }
.myforecolor {color:#002f6a; }
.mybordercolor {border:3px solid #002f6a; }

Text Font Color #002f6a

<p style="color:#002f6a">Text here</p>

This sample text font color is #002f6a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #002f6a

<div style="background-color:#002f6a">
Div content here</div>

This div background color is #002f6a


Border Color #002f6a

<div style="border:3px solid #002f6a">
Div here</div>

The color of this border is #002f6a


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #002f6a; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #002f6a;
-webkit-box-shadow: 1px 1px 3px 2px #002f6a;
box-shadow:         1px 1px 3px 2px #002f6a; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #002f6a">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #002f6a;
  -webkit-box-shadow: 1px 1px 3px 2px #002f6a;
  box-shadow:         1px 1px 3px 2px #002f6a;">
Div content here</div>

The shadow of div box using color #002f6a