#0F097D

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

Shades of Navy #0F097D

Tints of Navy #0F097D

Color information

#0F097D (or 0x0F097D) is unknown color: approx Navy. HEX triplet: 0F, 09 and 7D. RGB value is (15,9,125). Sum of RGB (Red+Green+Blue) = 15+9+125=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 125 (49.22% from 255 or 83.89% from 149); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F097D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F097D is #F0F682. Grayscale: #171717. Windows color (decimal): -15791747 or 8194319. OLE color: 8194319.

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

Color convert

RGB159125-
CMYK0.880.9300.51
HSL243.1º86.57%26.27%-
HSV(B)243.1º92.8%49.02%-
XYZ41.7819.53-
YUV24.02184.99121.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.07%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 125 (49.22% from 255) = 83.89%
R=10.07%
G=6.04%
B=83.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1591250.880.9300.51243.186.5726.27
HexF97D585D033f3571a
Octal171117513013506336312732
Binary11111001111110110110001011101011001111110011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F097D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F097D; }

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

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

<style>
 a { background-color: #0F097D; }

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

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

<style>
 span { border-color: #0F097D; }

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

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