#0F5785

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

Shades of Dark Cerulean #0F5785

Tints of Dark Cerulean #0F5785

Color information

#0F5785 (or 0x0F5785) is unknown color: approx Dark Cerulean. HEX triplet: 0F, 57 and 85. RGB value is (15,87,133). Sum of RGB (Red+Green+Blue) = 15+87+133=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F5785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5785 is #F0A87A. Grayscale: #464646. Windows color (decimal): -15771771 or 8738575. OLE color: 8738575.

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

Color convert

RGB1587133-
CMYK0.890.3500.48
HSL203.39º79.73%29.02%-
HSV(B)203.39º88.72%52.16%-
XYZ7.848.6123.44-
YUV70.72163.1588.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.38%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 133 (52.34% from 255) = 56.60%
R=6.38%
G=37.02%
B=56.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal15871330.890.3500.48203.3979.7329.02
HexF57855923030cb501d
Octal171272051314306031312035
Binary11111010111100001011011001100011011000011001011101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,87,133); }

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

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

 a { background-color: rgb(15,87,133); }

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

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

 span { border-color: rgb(15,87,133); }

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