#067ADF

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

Shades of Navy Blue #067ADF

Tints of Navy Blue #067ADF

Color information

#067ADF (or 0x067ADF) is unknown color: approx Navy Blue. HEX triplet: 06, 7A and DF. RGB value is (6,122,223). Sum of RGB (Red+Green+Blue) = 6+122+223=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #067ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067ADF is #F98520. Grayscale: #626262. Windows color (decimal): -16352545 or 14645766. OLE color: 14645766.

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

Color convert

RGB6122223-
CMYK0.970.4500.13
HSL207.93º94.76%44.9%-
HSV(B)207.93º97.31%87.45%-
XYZ20.3519.2972.46-
YUV98.83198.0761.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.71%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 223 (87.5% from 255) = 63.53%
R=1.71%
G=34.76%
B=63.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal61222230.970.4500.13207.9394.7644.9
Hex67ADF612D0Dd05f2d
Octal61723371415501532013755
Binary110111101011011111110000110110101101110100001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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