#0F5586

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

Shades of Dark Cerulean #0F5586

Tints of Dark Cerulean #0F5586

Color information

#0F5586 (or 0x0F5586) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 55 and 86. RGB value is (15,85,134). Sum of RGB (Red+Green+Blue) = 15+85+134=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 134 (52.73% from 255 or 57.26% from 234); Max value from RGB is 134 - color contains mainly: blue. Hex color #0F5586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5586 is #F0AA79. Grayscale: #454545. Windows color (decimal): -15772282 or 8803599. OLE color: 8803599.

HSL color Cylindrical-coordinate representation of color #0F5586: hue angle of 204.71º 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 #0F5586 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1585134-
CMYK0.890.3700.47
HSL204.71º79.87%29.22%-
HSV(B)204.71º88.81%52.55%-
XYZ7.758.3223.75-
YUV69.66164.3189.02-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.41%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 134 (52.73% from 255) = 57.26%
R=6.41%
G=36.32%
B=57.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal15851340.890.3700.47204.7179.8729.22
HexF5586592502Fcd501d
Octal171252061314505731512035
Binary11111010101100001101011001100101010111111001101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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