#09107D

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

Shades of Navy #09107D

Tints of Navy #09107D

Color information

#09107D (or 0x09107D) is unknown color: approx Navy. HEX triplet: 09, 10 and 7D. RGB value is (9,16,125). Sum of RGB (Red+Green+Blue) = 9+16+125=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 125 (49.22% from 255 or 83.33% from 150); Max value from RGB is 125 - color contains mainly: blue. Hex color #09107D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09107D is #F6EF82. Grayscale: #191919. Windows color (decimal): -16183171 or 8196105. OLE color: 8196105.

HSL color Cylindrical-coordinate representation of color #09107D: hue angle of 236.38º degrees, saturation: 0.87, 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 #09107D is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB916125-
CMYK0.930.8700.51
HSL236.38º86.57%26.27%-
HSV(B)236.38º92.8%49.02%-
XYZ41.9119.56-
YUV26.33183.68115.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 16 (6.64% from 255) = 10.67%
BLUE value IS 125 (49.22% from 255) = 83.33%
R=6%
G=10.67%
B=83.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9161250.930.8700.51236.3886.5726.27
Hex9107D5D57033ec571a
Octal112017513512706335412732
Binary100110000111110110111011010111011001111101100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09107D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09107D; }

 p { color: rgb(9,16,125); }

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

<style>
 a { background-color: #09107D; }

 a { background-color: rgb(9,16,125); }

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

<style>
 span { border-color: #09107D; }

 span { border-color: rgb(9,16,125); }

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