Shades of Dark Cerulean #0D4B6D
Tints of Dark Cerulean #0D4B6D
RGB
CMYK
RGB Variations
Color information
#0D4B6D (or 0x0D4B6D) is known color: Dark Cerulean. HEX triplet: 0D, 4B and 6D. RGB value is (13,75,109). Sum of RGB (Red+Green+Blue) = 13+75+109=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 75 (29.69% from 255 or 38.07% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #0D4B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4B6D is #F2B492. Grayscale: #3C3C3C. Windows color (decimal): -15905939 or 7162637. OLE color: 7162637.
HSL color Cylindrical-coordinate representation of color #0D4B6D: hue angle of 201.25º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D4B6D is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 13 | 75 | 109 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.57 |
| HSL | 201.25º | 0.79% | 0.24% | - |
| HSV(B) | 201.25º | 0.88% | 0.43% | - |
| XYZ | 5.44 | 6.22 | 15.38 | - |
| YUV | 60.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 75 | 109 | 0.88 | 0.31 | 0 | 0.57 | 201.25 | 0.79 | 0.24 |
| Hex | D | 4B | 6D | 58 | 1F | 0 | 39 | C9 | 4F | 18 |
| Octal | 15 | 113 | 155 | 130 | 37 | 0 | 71 | 311 | 117 | 30 |
| Binary | 1101 | 1001011 | 1101101 | 1011000 | 11111 | 0 | 111001 | 11001001 | 1001111 | 11000 |
Color Harmonies of #0D4B6D
Complementary color
Monochromatic Colors of #0D4B6D
Black with #0D4B6D
Text Example
Text Example
White with #0D4B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4B6D; }
p { color: rgb(13,75,109); }
H1.HeaderClassName
{
color: #0D4B6D;
}
.AnyTagClassName
{
color: #0D4B6D;
}
</style>
background-color css
<style>
a { background-color: #0D4B6D; }
a { background-color: rgb(13,75,109); }
div.DivClassName
{
background-color: #0D4B6D;
}
.BgClassName
{
background-color: #0D4B6D;
}
</style>
border-color css
<style>
span { border-color: #0D4B6D; }
span { border-color: rgb(13,75,109); }
td.TdClassName
{
border-color: #0D4B6D;
}
.TagClassName
{
border-color: #0D4B6D;
}
</style>