#0D5684

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

Shades of Dark Cerulean #0D5684

Tints of Dark Cerulean #0D5684

Color information

#0D5684 (or 0x0D5684) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 56 and 84. RGB value is (13,86,132). Sum of RGB (Red+Green+Blue) = 13+86+132=231 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.63% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D5684 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5684 is #F2A97B. Grayscale: #454545. Windows color (decimal): -15903100 or 8672781. OLE color: 8672781.

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

Color convert

RGB1386132-
CMYK0.900.3500.48
HSL203.19º82.07%28.43%-
HSV(B)203.19º90.15%51.76%-
XYZ7.668.4123.05-
YUV69.42163.3287.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.63%
GREEN value IS 86 (33.98% from 255) = 37.23%
BLUE value IS 132 (51.95% from 255) = 57.14%
R=5.63%
G=37.23%
B=57.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13861320.900.3500.48203.1982.0728.43
HexD56845A23030cb521c
Octal151262041324306031312234
Binary11011010110100001001011010100011011000011001011101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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