#05097C

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

Shades of Navy #05097C

Tints of Navy #05097C

Color information

#05097C (or 0x05097C) is unknown color: approx Navy. HEX triplet: 05, 09 and 7C. RGB value is (5,9,124). Sum of RGB (Red+Green+Blue) = 5+9+124=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 124 (48.83% from 255 or 89.86% from 138); Max value from RGB is 124 - color contains mainly: blue. Hex color #05097C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05097C is #FAF683. Grayscale: #141414. Windows color (decimal): -16447108 or 8128773. OLE color: 8128773.

HSL color Cylindrical-coordinate representation of color #05097C: hue angle of 237.98º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05097C is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB59124-
CMYK0.960.9300.51
HSL237.98º92.25%25.29%-
HSV(B)237.98º95.97%48.63%-
XYZ3.81.6819.19-
YUV20.91186.17116.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 9 (3.91% from 255) = 6.52%
BLUE value IS 124 (48.83% from 255) = 89.86%
R=3.62%
G=6.52%
B=89.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal591240.960.9300.51237.9892.2525.29
Hex597C605D033ee5c19
Octal51117414013506335613431
Binary1011001111110011000001011101011001111101110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05097C; }

 p { color: rgb(5,9,124); }

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

<style>
 a { background-color: #05097C; }

 a { background-color: rgb(5,9,124); }

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

<style>
 span { border-color: #05097C; }

 span { border-color: rgb(5,9,124); }

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