#0D4686

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

Shades of Dark Cerulean #0D4686

Tints of Dark Cerulean #0D4686

Color information

#0D4686 (or 0x0D4686) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 46 and 86. RGB value is (13,70,134). Sum of RGB (Red+Green+Blue) = 13+70+134=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 134 (52.73% from 255 or 61.75% from 217); Max value from RGB is 134 - color contains mainly: blue. Hex color #0D4686 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D4686 is #F2B979. Grayscale: #3B3B3B. Windows color (decimal): -15907194 or 8799757. OLE color: 8799757.

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

Color convert

RGB1370134-
CMYK0.900.4800.47
HSL211.74º82.31%28.82%-
HSV(B)211.74º90.3%52.55%-
XYZ6.666.1923.4-
YUV60.25169.6294.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.99%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 134 (52.73% from 255) = 61.75%
R=5.99%
G=32.26%
B=61.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13701340.900.4800.47211.7482.3128.82
HexD46865A3002Fd4521d
Octal151062061326005732412235
Binary11011000110100001101011010110000010111111010100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,70,134); }

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

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

 a { background-color: rgb(13,70,134); }

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

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

 span { border-color: rgb(13,70,134); }

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