#09127C

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

Shades of Navy #09127C

Tints of Navy #09127C

Color information

#09127C (or 0x09127C) is unknown color: approx Navy. HEX triplet: 09, 12 and 7C. RGB value is (9,18,124). Sum of RGB (Red+Green+Blue) = 9+18+124=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 124 (48.83% from 255 or 82.12% from 151); Max value from RGB is 124 - color contains mainly: blue. Hex color #09127C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09127C is #F6ED83. Grayscale: #1A1A1A. Windows color (decimal): -16182660 or 8131081. OLE color: 8131081.

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

Color convert

RGB918124-
CMYK0.930.8500.51
HSL235.3º86.47%26.08%-
HSV(B)235.3º92.74%48.63%-
XYZ3.971.9519.24-
YUV27.39182.52114.88-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.96%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 124 (48.83% from 255) = 82.12%
R=5.96%
G=11.92%
B=82.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9181240.930.8500.51235.386.4726.08
Hex9127C5D55033eb561a
Octal112217413512506335312632
Binary100110010111110010111011010101011001111101011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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