#067ECB

Color #067ECB Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #067ECB

Tints of Navy Blue #067ECB

Color information

#067ECB (or 0x067ECB) is unknown color: approx Navy Blue. HEX triplet: 06, 7E and CB. RGB value is (6,126,203). Sum of RGB (Red+Green+Blue) = 6+126+203=335 (44% of max value = 765). Red value is 6 (2.73% from 255 or 1.79% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #067ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067ECB is #F98134. Grayscale: #626262. Windows color (decimal): -16351541 or 13336070. OLE color: 13336070.

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

Color convert

RGB6126203-
CMYK0.970.3800.20
HSL203.45º94.26%40.98%-
HSV(B)203.45º97.04%79.61%-
XYZ18.3219.2759.25-
YUV98.9186.7461.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.79%
GREEN value IS 126 (49.61% from 255) = 37.61%
BLUE value IS 203 (79.69% from 255) = 60.60%
R=1.79%
G=37.61%
B=60.60%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal61262030.970.3800.20203.4594.2640.98
Hex67ECB6126014cb5e29
Octal61763131414602431313651
Binary1101111110110010111100001100110010100110010111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #067ECB;
 }
 .AnyTagClassName
 {
   color: #067ECB;
 }
</style>
background-color css

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

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

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

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

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

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