#09057C

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

Shades of Navy #09057C

Tints of Navy #09057C

Color information

#09057C (or 0x09057C) is unknown color: approx Navy. HEX triplet: 09, 05 and 7C. RGB value is (9,5,124). Sum of RGB (Red+Green+Blue) = 9+5+124=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 5 (2.34% from 255 or 3.62% 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 #09057C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09057C is #F6FA83. Grayscale: #131313. Windows color (decimal): -16185988 or 8127753. OLE color: 8127753.

HSL color Cylindrical-coordinate representation of color #09057C: hue angle of 242.02º 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 #09057C is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB95124-
CMYK0.930.9600.51
HSL242.02º92.25%25.29%-
HSV(B)242.02º95.97%48.63%-
XYZ3.811.6219.18-
YUV19.76186.83120.32-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal951240.930.9600.51242.0292.2525.29
Hex957C5D60033f25c19
Octal11517413514006336213431
Binary1001101111110010111011100000011001111110010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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