#0D5795

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

Shades of Dark Cerulean #0D5795

Tints of Dark Cerulean #0D5795

Color information

#0D5795 (or 0x0D5795) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 57 and 95. RGB value is (13,87,149). Sum of RGB (Red+Green+Blue) = 13+87+149=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #0D5795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5795 is #F2A86A. Grayscale: #474747. Windows color (decimal): -15902827 or 9787149. OLE color: 9787149.

HSL color Cylindrical-coordinate representation of color #0D5795: hue angle of 207.35º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D5795 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1387149-
CMYK0.910.4200.42
HSL207.35º83.95%31.76%-
HSV(B)207.35º91.28%58.43%-
XYZ99.0729.71-
YUV71.94171.4885.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.22%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 149 (58.59% from 255) = 59.84%
R=5.22%
G=34.94%
B=59.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13871490.910.4200.42207.3583.9531.76
HexD57955B2A02Acf5420
Octal151272251335205231712440
Binary110110101111001010110110111010100101010110011111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,87,149); }

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

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

 a { background-color: rgb(13,87,149); }

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

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

 span { border-color: rgb(13,87,149); }

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