#067CDF

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

Shades of Navy Blue #067CDF

Tints of Navy Blue #067CDF

Color information

#067CDF (or 0x067CDF) is unknown color: approx Navy Blue. HEX triplet: 06, 7C and DF. RGB value is (6,124,223). Sum of RGB (Red+Green+Blue) = 6+124+223=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #067CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CDF is #F98320. Grayscale: #636363. Windows color (decimal): -16352033 or 14646278. OLE color: 14646278.

HSL color Cylindrical-coordinate representation of color #067CDF: hue angle of 207.37º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067CDF is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6124223-
CMYK0.970.4400.13
HSL207.37º94.76%44.9%-
HSV(B)207.37º97.31%87.45%-
XYZ20.619.7872.54-
YUV100197.4160.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.70%
GREEN value IS 124 (48.83% from 255) = 35.13%
BLUE value IS 223 (87.5% from 255) = 63.17%
R=1.70%
G=35.13%
B=63.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61242230.970.4400.13207.3794.7644.9
Hex67CDF612C0Dcf5f2d
Octal61743371415401531713755
Binary110111110011011111110000110110001101110011111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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