#09147F

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

Shades of Navy #09147F

Tints of Navy #09147F

Color information

#09147F (or 0x09147F) is unknown color: approx Navy. HEX triplet: 09, 14 and 7F. RGB value is (9,20,127). Sum of RGB (Red+Green+Blue) = 9+20+127=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 127 (50% from 255 or 81.41% from 156); Max value from RGB is 127 - color contains mainly: blue. Hex color #09147F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09147F is #F6EB80. Grayscale: #1C1C1C. Windows color (decimal): -16182145 or 8328201. OLE color: 8328201.

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

Color convert

RGB920127-
CMYK0.930.8400.50
HSL234.41º86.76%26.67%-
HSV(B)234.41º92.91%49.8%-
XYZ4.192.0920.26-
YUV28.91183.36113.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 127 (50% from 255) = 81.41%
R=5.77%
G=12.82%
B=81.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9201270.930.8400.50234.4186.7626.67
Hex9147F5D54032ea571b
Octal112417713512406235212733
Binary100110100111111110111011010100011001011101010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09147F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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