#09057F

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

Shades of Navy #09057F

Tints of Navy #09057F

Color information

#09057F (or 0x09057F) is unknown color: approx Navy. HEX triplet: 09, 05 and 7F. RGB value is (9,5,127). Sum of RGB (Red+Green+Blue) = 9+5+127=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 127 (50% from 255 or 90.07% from 141); Max value from RGB is 127 - color contains mainly: blue. Hex color #09057F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09057F is #F6FA80. Grayscale: #131313. Windows color (decimal): -16185985 or 8324361. OLE color: 8324361.

HSL color Cylindrical-coordinate representation of color #09057F: hue angle of 241.97º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09057F is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB95127-
CMYK0.930.9600.50
HSL241.97º92.42%25.88%-
HSV(B)241.97º96.06%49.8%-
XYZ41.720.2-
YUV20.1188.33120.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 127 (50% from 255) = 90.07%
R=6.38%
G=3.55%
B=90.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal951270.930.9600.50241.9792.4225.88
Hex957F5D60032f25c1a
Octal11517713514006236213432
Binary1001101111111110111011100000011001011110010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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