#05026D

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

Shades of Navy #05026D

Tints of Navy #05026D

Color information

#05026D (or 0x05026D) is unknown color: approx Navy. HEX triplet: 05, 02 and 6D. RGB value is (5,2,109). Sum of RGB (Red+Green+Blue) = 5+2+109=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 109 (42.97% from 255 or 93.97% from 116); Max value from RGB is 109 - color contains mainly: blue. Hex color #05026D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05026D is #FAFD92. Grayscale: #0E0E0E. Windows color (decimal): -16448915 or 7143941. OLE color: 7143941.

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

Color convert

RGB52109-
CMYK0.950.9800.57
HSL241.68º96.4%21.76%-
HSV(B)241.68º98.17%42.75%-
XYZ2.841.1814.55-
YUV15.1180.99120.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 2 (1.17% from 255) = 1.72%
BLUE value IS 109 (42.97% from 255) = 93.97%
R=4.31%
G=1.72%
B=93.97%

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
Decimal521090.950.9800.57241.6896.421.76
Hex526D5F62039f26016
Octal5215513714207136214026
Binary10110110110110111111100010011100111110010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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