#0F047D

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

Shades of Navy #0F047D

Tints of Navy #0F047D

Color information

#0F047D (or 0x0F047D) is unknown color: approx Navy. HEX triplet: 0F, 04 and 7D. RGB value is (15,4,125). Sum of RGB (Red+Green+Blue) = 15+4+125=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 125 (49.22% from 255 or 86.81% from 144); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F047D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F047D is #F0FB82. Grayscale: #141414. Windows color (decimal): -15793027 or 8193039. OLE color: 8193039.

HSL color Cylindrical-coordinate representation of color #0F047D: hue angle of 245.45º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F047D is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB154125-
CMYK0.880.9700.51
HSL245.45º93.8%25.29%-
HSV(B)245.45º96.8%49.02%-
XYZ3.941.6719.52-
YUV21.08186.64123.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.42%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 125 (49.22% from 255) = 86.81%
R=10.42%
G=2.78%
B=86.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1541250.880.9700.51245.4593.825.29
HexF47D5861033f55e19
Octal17417513014106336513631
Binary1111100111110110110001100001011001111110101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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