#0D5296

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

Shades of Dark Cerulean #0D5296

Tints of Dark Cerulean #0D5296

Color information

#0D5296 (or 0x0D5296) is unknown color: approx Dark Cerulean. HEX triplet: 0D, 52 and 96. RGB value is (13,82,150). Sum of RGB (Red+Green+Blue) = 13+82+150=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #0D5296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D5296 is #F2AD69. Grayscale: #444444. Windows color (decimal): -15904106 or 9851405. OLE color: 9851405.

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

Color convert

RGB1382150-
CMYK0.910.4500.41
HSL209.78º84.05%31.96%-
HSV(B)209.78º91.33%58.82%-
XYZ8.698.3230-
YUV69.12173.6487.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.31%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 150 (58.98% from 255) = 61.22%
R=5.31%
G=33.47%
B=61.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13821500.910.4500.41209.7884.0531.96
HexD52965B2D029d25420
Octal151222261335505132212440
Binary110110100101001011010110111011010101001110100101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,82,150); }

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

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

 a { background-color: rgb(13,82,150); }

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

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

 span { border-color: rgb(13,82,150); }

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