Shades of Dark Cerulean #0D4277
Tints of Dark Cerulean #0D4277
RGB
CMYK
RGB Variations
Color information
#0D4277 (or 0x0D4277) is known color: Dark Cerulean. HEX triplet: 0D, 42 and 77. RGB value is (13,66,119). Sum of RGB (Red+Green+Blue) = 13+66+119=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #0D4277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D4277 is #F2BD88. Grayscale: #373737. Windows color (decimal): -15908233 or 7815693. OLE color: 7815693.
HSL color Cylindrical-coordinate representation of color #0D4277: hue angle of 210º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D4277 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 66 | 119 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.53 |
| HSL | 210º | 0.8% | 0.26% | - |
| HSV(B) | 210º | 0.89% | 0.47% | - |
| XYZ | 5.44 | 5.31 | 18.19 | - |
| YUV | 56.2 | 163.44 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 66 | 119 | 0.89 | 0.45 | 0 | 0.53 | 210 | 0.8 | 0.26 |
| Hex | D | 42 | 77 | 59 | 2D | 0 | 35 | D2 | 50 | 1A |
| Octal | 15 | 102 | 167 | 131 | 55 | 0 | 65 | 322 | 120 | 32 |
| Binary | 1101 | 1000010 | 1110111 | 1011001 | 101101 | 0 | 110101 | 11010010 | 1010000 | 11010 |
Color Harmonies of #0D4277
Complementary color
Monochromatic Colors of #0D4277
Black with #0D4277
Text Example
Text Example
White with #0D4277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4277; }
p { color: rgb(13,66,119); }
H1.HeaderClassName
{
color: #0D4277;
}
.AnyTagClassName
{
color: #0D4277;
}
</style>
background-color css
<style>
a { background-color: #0D4277; }
a { background-color: rgb(13,66,119); }
div.DivClassName
{
background-color: #0D4277;
}
.BgClassName
{
background-color: #0D4277;
}
</style>
border-color css
<style>
span { border-color: #0D4277; }
span { border-color: rgb(13,66,119); }
td.TdClassName
{
border-color: #0D4277;
}
.TagClassName
{
border-color: #0D4277;
}
</style>