Html Css Color HEX #067FCB Navy Blue

📋 copy color: '#067FCB'

red 6 ◦ green 127 ◦ blue 203

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

Shades of Navy Blue #067FCB

Tints of Navy Blue #067FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.42%

R = 1.79%
G = 37.8%
B = 60.42%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#067FCB (or 0x067FCB) is known color: Navy Blue. HEX triplet: 06, 7F and CB. RGB value is (6,127,203). Sum of RGB (Red+Green+Blue) = 6+127+203=336 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #067FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067FCB is #F98034. Grayscale: #636363. Windows color (decimal): -16351285 or 13336326. OLE color: 13336326.

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

Color convert

RGB 6 127 203 -
CMYK 0.97 0.37 0 0.20
HSL 203.15º 0.94% 0.41% -
HSV(B) 203.15º 0.97% 0.8% -
XYZ 18.44 19.53 59.3 -
YUV 99.49 186.41 61.32 -
System Red Green Blue C M Y K H S L
Decimal 6 127 203 0.97 0.37 0 0.20 203.15 0.94 0.41
Hex 6 7F CB 61 25 0 14 CB 5E 29
Octal 6 177 313 141 45 0 24 313 136 51
Binary 110 1111111 11001011 1100001 100101 0 10100 11001011 1011110 101001

Color Harmonies of #067FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067FCB

Black with #067FCB

Text Example


Text Example

White with #067FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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