#0F047C

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

Shades of Navy #0F047C

Tints of Navy #0F047C

Color information

#0F047C (or 0x0F047C) is unknown color: approx Navy. HEX triplet: 0F, 04 and 7C. RGB value is (15,4,124). Sum of RGB (Red+Green+Blue) = 15+4+124=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 124 (48.83% from 255 or 86.71% from 143); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F047C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F047C is #F0FB83. Grayscale: #141414. Windows color (decimal): -15793028 or 8127503. OLE color: 8127503.

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

Color convert

RGB154124-
CMYK0.880.9700.51
HSL245.5º93.75%25.1%-
HSV(B)245.5º96.77%48.63%-
XYZ3.881.6419.18-
YUV20.97186.14123.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.49%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 124 (48.83% from 255) = 86.71%
R=10.49%
G=2.80%
B=86.71%

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
Decimal1541240.880.9700.51245.593.7525.1
HexF47C5861033f65e19
Octal17417413014106336613631
Binary1111100111110010110001100001011001111110110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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