#0D587F

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

Shades of Dark Cerulean #0D587F

Tints of Dark Cerulean #0D587F

Color information

#0D587F (or 0x0D587F) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 58 and 7F. RGB value is (13,88,127). Sum of RGB (Red+Green+Blue) = 13+88+127=228 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.70% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #0D587F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D587F is #F2A780. Grayscale: #454545. Windows color (decimal): -15902593 or 8345613. OLE color: 8345613.

HSL color Cylindrical-coordinate representation of color #0D587F: hue angle of 200.53º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D587F is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1388127-
CMYK0.900.3100.50
HSL200.53º81.43%27.45%-
HSV(B)200.53º89.76%49.8%-
XYZ7.498.621.34-
YUV70.02160.1587.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.70%
GREEN value IS 88 (34.77% from 255) = 38.60%
BLUE value IS 127 (50% from 255) = 55.70%
R=5.70%
G=38.60%
B=55.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal13881270.900.3100.50200.5381.4327.45
HexD587F5A1F032c9511b
Octal151301771323706231112133
Binary110110110001111111101101011111011001011001001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,88,127); }

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

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

 a { background-color: rgb(13,88,127); }

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

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

 span { border-color: rgb(13,88,127); }

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