#0F3C86

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

Shades of Dark Cerulean #0F3C86

Tints of Dark Cerulean #0F3C86

Color information

#0F3C86 (or 0x0F3C86) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 3C and 86. RGB value is (15,60,134). Sum of RGB (Red+Green+Blue) = 15+60+134=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 134 (52.73% from 255 or 64.11% from 209); Max value from RGB is 134 - color contains mainly: blue. Hex color #0F3C86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F3C86 is #F0C379. Grayscale: #363636. Windows color (decimal): -15778682 or 8797199. OLE color: 8797199.

HSL color Cylindrical-coordinate representation of color #0F3C86: hue angle of 217.31º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F3C86 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1560134-
CMYK0.890.5500.47
HSL217.31º79.87%29.22%-
HSV(B)217.31º88.81%52.55%-
XYZ6.125.0523.21-
YUV54.98172.5999.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.18%
GREEN value IS 60 (23.83% from 255) = 28.71%
BLUE value IS 134 (52.73% from 255) = 64.11%
R=7.18%
G=28.71%
B=64.11%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15601340.890.5500.47217.3179.8729.22
HexF3C86593702Fd9501d
Octal17742061316705733112035
Binary1111111100100001101011001110111010111111011001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F3C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,60,134); }

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

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

 a { background-color: rgb(15,60,134); }

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

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

 span { border-color: rgb(15,60,134); }

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