Html Css Color HEX #067ECC Navy Blue

📋 copy color: '#067ECC'

red 6 ◦ green 126 ◦ blue 204

#067ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #067ECC

Tints of Navy Blue #067ECC

RGB

 RED value IS 6 (2.73% from 255) = 1.79%

 GREEN value IS 126 (49.61% from 255) = 37.5%

 BLUE value IS 204 (80.08% from 255) = 60.71%

R = 1.79%
G = 37.5%
B = 60.71%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#067ECC (or 0x067ECC) is known color: Navy Blue. HEX triplet: 06, 7E and CC. RGB value is (6,126,204). Sum of RGB (Red+Green+Blue) = 6+126+204=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #067ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067ECC is #F98133. Grayscale: #626262. Windows color (decimal): -16351540 or 13401606. OLE color: 13401606.

HSL color Cylindrical-coordinate representation of color #067ECC: hue angle of 203.64º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067ECC is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 126 204 -
CMYK 0.97 0.38 0 0.2
HSL 203.64º 0.94% 0.41% -
HSV(B) 203.64º 0.97% 0.8% -
XYZ 18.44 19.32 59.88 -
YUV 99.01 187.24 61.66 -
System Red Green Blue C M Y K H S L
Decimal 6 126 204 0.97 0.38 0 0.2 203.64 0.94 0.41
Hex 6 7E CC 61 26 0 14 CC 5E 29
Octal 6 176 314 141 46 0 24 314 136 51
Binary 110 1111110 11001100 1100001 100110 0 10100 11001100 1011110 101001

Color Harmonies of #067ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067ECC

Black with #067ECC

Text Example


Text Example

White with #067ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067ECC; }

 p { color: rgb(6,126,204); }

 H1.HeaderClassName
 {
   color: #067ECC;
 }
 .AnyTagClassName
 {
   color: #067ECC;
 }
</style>

background-color css

<style>
 a { background-color: #067ECC; }

 a { background-color: rgb(6,126,204); }

 div.DivClassName
 {
   background-color: #067ECC;
 }
 .BgClassName
 {
   background-color: #067ECC;
 }
</style>

border-color css

<style>
 span { border-color: #067ECC; }

 span { border-color: rgb(6,126,204); }

 td.TdClassName
 {
   border-color: #067ECC;
 }
 .TagClassName
 {
   border-color: #067ECC;
 }
</style>