Html Css Color HEX #067FCE Navy Blue

📋 copy color: '#067FCE'

red 6 ◦ green 127 ◦ blue 206

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

Shades of Navy Blue #067FCE

Tints of Navy Blue #067FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.77%

R = 1.77%
G = 37.46%
B = 60.77%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#067FCE (or 0x067FCE) is known color: Navy Blue. HEX triplet: 06, 7F and CE. RGB value is (6,127,206). Sum of RGB (Red+Green+Blue) = 6+127+206=339 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.77% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #067FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067FCE is #F98031. Grayscale: #636363. Windows color (decimal): -16351282 or 13532934. OLE color: 13532934.

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

Color convert

RGB 6 127 206 -
CMYK 0.97 0.38 0 0.19
HSL 203.7º 0.94% 0.42% -
HSV(B) 203.7º 0.97% 0.81% -
XYZ 18.81 19.67 61.2 -
YUV 99.83 187.91 61.08 -
System Red Green Blue C M Y K H S L
Decimal 6 127 206 0.97 0.38 0 0.19 203.7 0.94 0.42
Hex 6 7F CE 61 26 0 13 CC 5E 2A
Octal 6 177 316 141 46 0 23 314 136 52
Binary 110 1111111 11001110 1100001 100110 0 10011 11001100 1011110 101010

Color Harmonies of #067FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FCE

Black with #067FCE

Text Example


Text Example

White with #067FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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