#0F407C

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

Shades of Dark Cerulean #0F407C

Tints of Dark Cerulean #0F407C

Color information

#0F407C (or 0x0F407C) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 40 and 7C. RGB value is (15,64,124). Sum of RGB (Red+Green+Blue) = 15+64+124=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F407C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F407C is #F0BF83. Grayscale: #373737. Windows color (decimal): -15777668 or 8142863. OLE color: 8142863.

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

Color convert

RGB1564124-
CMYK0.880.4800.51
HSL213.03º78.42%27.25%-
HSV(B)213.03º87.9%48.63%-
XYZ5.675.2219.78-
YUV56.19166.2798.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.39%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 124 (48.83% from 255) = 61.08%
R=7.39%
G=31.53%
B=61.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15641240.880.4800.51213.0378.4227.25
HexF407C5830033d54e1b
Octal171001741306006332511633
Binary1111100000011111001011000110000011001111010101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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