#0F047F

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

Shades of Navy #0F047F

Tints of Navy #0F047F

Color information

#0F047F (or 0x0F047F) is unknown color: approx Navy. HEX triplet: 0F, 04 and 7F. RGB value is (15,4,127). Sum of RGB (Red+Green+Blue) = 15+4+127=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 127 (50% from 255 or 86.99% from 146); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F047F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F047F is #F0FB80. Grayscale: #141414. Windows color (decimal): -15793025 or 8324111. OLE color: 8324111.

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

Color convert

RGB154127-
CMYK0.880.9700.50
HSL245.37º93.89%25.69%-
HSV(B)245.37º96.85%49.8%-
XYZ4.071.7220.2-
YUV21.31187.64123.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.27%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 127 (50% from 255) = 86.99%
R=10.27%
G=2.74%
B=86.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1541270.880.9700.50245.3793.8925.69
HexF47F5861032f55e1a
Octal17417713014106236513632
Binary1111100111111110110001100001011001011110101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F047F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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