Html Css Color HEX #067DCC Navy Blue

📋 copy color: '#067DCC'

red 6 ◦ green 125 ◦ blue 204

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

Shades of Navy Blue #067DCC

Tints of Navy Blue #067DCC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.31%

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

R = 1.79%
G = 37.31%
B = 60.9%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#067DCC (or 0x067DCC) is known color: Navy Blue. HEX triplet: 06, 7D and CC. RGB value is (6,125,204). Sum of RGB (Red+Green+Blue) = 6+125+204=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #067DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067DCC is #F98233. Grayscale: #616161. Windows color (decimal): -16351796 or 13401350. OLE color: 13401350.

HSL color Cylindrical-coordinate representation of color #067DCC: hue angle of 203.94º 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 #067DCC is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 125 204 -
CMYK 0.97 0.39 0 0.2
HSL 203.94º 0.94% 0.41% -
HSV(B) 203.94º 0.97% 0.8% -
XYZ 18.31 19.07 59.84 -
YUV 98.43 187.58 62.08 -
System Red Green Blue C M Y K H S L
Decimal 6 125 204 0.97 0.39 0 0.2 203.94 0.94 0.41
Hex 6 7D CC 61 27 0 14 CC 5E 29
Octal 6 175 314 141 47 0 24 314 136 51
Binary 110 1111101 11001100 1100001 100111 0 10100 11001100 1011110 101001

Color Harmonies of #067DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067DCC

Black with #067DCC

Text Example


Text Example

White with #067DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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