Html Css Color HEX #067CCB Navy Blue

📋 copy color: '#067CCB'

red 6 ◦ green 124 ◦ blue 203

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

Shades of Navy Blue #067CCB

Tints of Navy Blue #067CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.24%

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

R = 1.8%
G = 37.24%
B = 60.96%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#067CCB (or 0x067CCB) is known color: Navy Blue. HEX triplet: 06, 7C and CB. RGB value is (6,124,203). Sum of RGB (Red+Green+Blue) = 6+124+203=333 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.80% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #067CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CCB is #F98334. Grayscale: #616161. Windows color (decimal): -16352053 or 13335558. OLE color: 13335558.

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

Color convert

RGB 6 124 203 -
CMYK 0.97 0.39 0 0.20
HSL 204.06º 0.94% 0.41% -
HSV(B) 204.06º 0.97% 0.8% -
XYZ 18.06 18.77 59.17 -
YUV 97.72 187.41 62.58 -
System Red Green Blue C M Y K H S L
Decimal 6 124 203 0.97 0.39 0 0.20 204.06 0.94 0.41
Hex 6 7C CB 61 27 0 14 CC 5E 29
Octal 6 174 313 141 47 0 24 314 136 51
Binary 110 1111100 11001011 1100001 100111 0 10100 11001100 1011110 101001

Color Harmonies of #067CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067CCB

Black with #067CCB

Text Example


Text Example

White with #067CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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