#0F087A

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

Shades of Navy #0F087A

Tints of Navy #0F087A

Color information

#0F087A (or 0x0F087A) is unknown color: approx Navy. HEX triplet: 0F, 08 and 7A. RGB value is (15,8,122). Sum of RGB (Red+Green+Blue) = 15+8+122=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 122 (48.05% from 255 or 84.14% from 145); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F087A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F087A is #F0F785. Grayscale: #161616. Windows color (decimal): -15792006 or 7997455. OLE color: 7997455.

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

Color convert

RGB158122-
CMYK0.880.9300.52
HSL243.68º87.69%25.49%-
HSV(B)243.68º93.44%47.84%-
XYZ3.81.6818.54-
YUV23.09183.82122.23-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.34%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 122 (48.05% from 255) = 84.14%
R=10.34%
G=5.52%
B=84.14%

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
Decimal1581220.880.9300.52243.6887.6925.49
HexF87A585D034f45819
Octal171017213013506436413031
Binary11111000111101010110001011101011010011110100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,8,122); }

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

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

 a { background-color: rgb(15,8,122); }

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

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

 span { border-color: rgb(15,8,122); }

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