#05026B

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

Shades of Navy #05026B

Tints of Navy #05026B

Color information

#05026B (or 0x05026B) is unknown color: approx Navy. HEX triplet: 05, 02 and 6B. RGB value is (5,2,107). Sum of RGB (Red+Green+Blue) = 5+2+107=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 107 (42.19% from 255 or 93.86% from 114); Max value from RGB is 107 - color contains mainly: blue. Hex color #05026B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05026B is #FAFD94. Grayscale: #0E0E0E. Windows color (decimal): -16448917 or 7012869. OLE color: 7012869.

HSL color Cylindrical-coordinate representation of color #05026B: hue angle of 241.71º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05026B is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB52107-
CMYK0.950.9800.58
HSL241.71º96.33%21.37%-
HSV(B)241.71º98.13%41.96%-
XYZ2.741.1413.99-
YUV14.87179.99120.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.39%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 107 (42.19% from 255) = 93.86%
R=4.39%
G=1.75%
B=93.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal521070.950.9800.58241.7196.3321.37
Hex526B5F6203Af26015
Octal5215313714207236214025
Binary10110110101110111111100010011101011110010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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