#06026E

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

Shades of Navy #06026E

Tints of Navy #06026E

Color information

#06026E (or 0x06026E) is unknown color: approx Navy. HEX triplet: 06, 02 and 6E. RGB value is (6,2,110). Sum of RGB (Red+Green+Blue) = 6+2+110=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 110 (43.36% from 255 or 93.22% from 118); Max value from RGB is 110 - color contains mainly: blue. Hex color #06026E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06026E is #F9FD91. Grayscale: #0F0F0F. Windows color (decimal): -16383378 or 7209478. OLE color: 7209478.

HSL color Cylindrical-coordinate representation of color #06026E: hue angle of 242.22º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06026E is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB62110-
CMYK0.950.9800.57
HSL242.22º96.43%21.96%-
HSV(B)242.22º98.18%43.14%-
XYZ2.911.2114.83-
YUV15.51181.33121.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 110 (43.36% from 255) = 93.22%
R=5.08%
G=1.69%
B=93.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal621100.950.9800.57242.2296.4321.96
Hex626E5F62039f26016
Octal6215613714207136214026
Binary11010110111010111111100010011100111110010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06026E; }

 p { color: rgb(6,2,110); }

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

<style>
 a { background-color: #06026E; }

 a { background-color: rgb(6,2,110); }

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

<style>
 span { border-color: #06026E; }

 span { border-color: rgb(6,2,110); }

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