Html Css Color HEX #067FC8 Navy Blue

📋 copy color: '#067FC8'

red 6 ◦ green 127 ◦ blue 200

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

Shades of Navy Blue #067FC8

Tints of Navy Blue #067FC8

RGB

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

 GREEN value IS 127 (50% from 255) = 38.14%

 BLUE value IS 200 (78.52% from 255) = 60.06%

R = 1.8%
G = 38.14%
B = 60.06%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#067FC8 (or 0x067FC8) is known color: Navy Blue. HEX triplet: 06, 7F and C8. RGB value is (6,127,200). Sum of RGB (Red+Green+Blue) = 6+127+200=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 200 (78.52% from 255 or 60.06% from 333); Max value from RGB is 200 - color contains mainly: blue. Hex color #067FC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067FC8 is #F98037. Grayscale: #626262. Windows color (decimal): -16351288 or 13139718. OLE color: 13139718.

HSL color Cylindrical-coordinate representation of color #067FC8: hue angle of 202.58º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067FC8 is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 6 127 200 -
CMYK 0.97 0.36 0 0.22
HSL 202.58º 0.94% 0.4% -
HSV(B) 202.58º 0.97% 0.78% -
XYZ 18.09 19.39 57.43 -
YUV 99.14 184.91 61.56 -
System Red Green Blue C M Y K H S L
Decimal 6 127 200 0.97 0.36 0 0.22 202.58 0.94 0.4
Hex 6 7F C8 61 24 0 16 CB 5E 28
Octal 6 177 310 141 44 0 26 313 136 50
Binary 110 1111111 11001000 1100001 100100 0 10110 11001011 1011110 101000

Color Harmonies of #067FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FC8

Black with #067FC8

Text Example


Text Example

White with #067FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,127,200); }

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

background-color css

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

 a { background-color: rgb(6,127,200); }

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

border-color css

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

 span { border-color: rgb(6,127,200); }

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