Shades of Dark Cerulean #13446D
Tints of Dark Cerulean #13446D
RGB
CMYK
RGB Variations
Color information
#13446D (or 0x13446D) is known color: Dark Cerulean. HEX triplet: 13, 44 and 6D. RGB value is (19,68,109). Sum of RGB (Red+Green+Blue) = 19+68+109=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #13446D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13446D is #ECBB92. Grayscale: #393939. Windows color (decimal): -15514515 or 7160851. OLE color: 7160851.
HSL color Cylindrical-coordinate representation of color #13446D: hue angle of 207.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13446D is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 68 | 109 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.57 |
| HSL | 207.33º | 0.7% | 0.25% | - |
| HSV(B) | 207.33º | 0.83% | 0.43% | - |
| XYZ | 5.1 | 5.38 | 15.24 | - |
| YUV | 58.02 | 156.77 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 109 | 0.83 | 0.38 | 0 | 0.57 | 207.33 | 0.7 | 0.25 |
| Hex | 13 | 44 | 6D | 53 | 26 | 0 | 39 | CF | 46 | 19 |
| Octal | 23 | 104 | 155 | 123 | 46 | 0 | 71 | 317 | 106 | 31 |
| Binary | 10011 | 1000100 | 1101101 | 1010011 | 100110 | 0 | 111001 | 11001111 | 1000110 | 11001 |
Color Harmonies of #13446D
Complementary color
Monochromatic Colors of #13446D
Black with #13446D
Text Example
Text Example
White with #13446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13446D; }
p { color: rgb(19,68,109); }
H1.HeaderClassName
{
color: #13446D;
}
.AnyTagClassName
{
color: #13446D;
}
</style>
background-color css
<style>
a { background-color: #13446D; }
a { background-color: rgb(19,68,109); }
div.DivClassName
{
background-color: #13446D;
}
.BgClassName
{
background-color: #13446D;
}
</style>
border-color css
<style>
span { border-color: #13446D; }
span { border-color: rgb(19,68,109); }
td.TdClassName
{
border-color: #13446D;
}
.TagClassName
{
border-color: #13446D;
}
</style>