#0D5683

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

Shades of Dark Cerulean #0D5683

Tints of Dark Cerulean #0D5683

Color information

#0D5683 (or 0x0D5683) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 56 and 83. RGB value is (13,86,131). Sum of RGB (Red+Green+Blue) = 13+86+131=230 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.65% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #0D5683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5683 is #F2A97C. Grayscale: #454545. Windows color (decimal): -15903101 or 8607245. OLE color: 8607245.

HSL color Cylindrical-coordinate representation of color #0D5683: hue angle of 202.88º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D5683 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1386131-
CMYK0.900.3400.49
HSL202.88º81.94%28.24%-
HSV(B)202.88º90.08%51.37%-
XYZ7.598.3822.69-
YUV69.3162.8287.84-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.65%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 131 (51.56% from 255) = 56.96%
R=5.65%
G=37.39%
B=56.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13861310.900.3400.49202.8881.9428.24
HexD56835A22031cb521c
Octal151262031324206131312234
Binary11011010110100000111011010100010011000111001011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,86,131); }

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

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

 a { background-color: rgb(13,86,131); }

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

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

 span { border-color: rgb(13,86,131); }

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