#05026E

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

Shades of Navy #05026E

Tints of Navy #05026E

Color information

#05026E (or 0x05026E) is unknown color: approx Navy. HEX triplet: 05, 02 and 6E. RGB value is (5,2,110). Sum of RGB (Red+Green+Blue) = 5+2+110=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 110 (43.36% from 255 or 94.02% from 117); Max value from RGB is 110 - color contains mainly: blue. Hex color #05026E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05026E is #FAFD91. Grayscale: #0E0E0E. Windows color (decimal): -16448914 or 7209477. OLE color: 7209477.

HSL color Cylindrical-coordinate representation of color #05026E: hue angle of 241.67º 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 #05026E is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB52110-
CMYK0.950.9800.57
HSL241.67º96.43%21.96%-
HSV(B)241.67º98.18%43.14%-
XYZ2.91.214.83-
YUV15.21181.49120.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 2 (1.17% from 255) = 1.71%
BLUE value IS 110 (43.36% from 255) = 94.02%
R=4.27%
G=1.71%
B=94.02%

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
Decimal521100.950.9800.57241.6796.4321.96
Hex526E5F62039f26016
Octal5215613714207136214026
Binary10110110111010111111100010011100111110010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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