#0F097B

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

Shades of Navy #0F097B

Tints of Navy #0F097B

Color information

#0F097B (or 0x0F097B) is unknown color: approx Navy. HEX triplet: 0F, 09 and 7B. RGB value is (15,9,123). Sum of RGB (Red+Green+Blue) = 15+9+123=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 123 (48.44% from 255 or 83.67% from 147); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F097B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F097B is #F0F684. Grayscale: #171717. Windows color (decimal): -15791749 or 8063247. OLE color: 8063247.

HSL color Cylindrical-coordinate representation of color #0F097B: hue angle of 243.16º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F097B is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB159123-
CMYK0.880.9300.52
HSL243.16º86.36%25.88%-
HSV(B)243.16º92.68%48.24%-
XYZ3.871.7318.87-
YUV23.79183.99121.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.20%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 123 (48.44% from 255) = 83.67%
R=10.20%
G=6.12%
B=83.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1591230.880.9300.52243.1686.3625.88
HexF97B585D034f3561a
Octal171117313013506436312632
Binary11111001111101110110001011101011010011110011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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