Shades of Dark Cerulean #13357B
Tints of Dark Cerulean #13357B
RGB
CMYK
RGB Variations
Color information
#13357B (or 0x13357B) is known color: Dark Cerulean. HEX triplet: 13, 35 and 7B. RGB value is (19,53,123). Sum of RGB (Red+Green+Blue) = 19+53+123=195 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.74% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #13357B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13357B is #ECCA84. Grayscale: #323232. Windows color (decimal): -15518341 or 8074515. OLE color: 8074515.
HSL color Cylindrical-coordinate representation of color #13357B: hue angle of 220.38º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13357B is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 53 | 123 | - |
| CMYK | 0.85 | 0.57 | 0 | 0.52 |
| HSL | 220.38º | 0.73% | 0.28% | - |
| HSV(B) | 220.38º | 0.85% | 0.48% | - |
| XYZ | 5.12 | 4.11 | 19.26 | - |
| YUV | 50.81 | 168.74 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 123 | 0.85 | 0.57 | 0 | 0.52 | 220.38 | 0.73 | 0.28 |
| Hex | 13 | 35 | 7B | 55 | 39 | 0 | 34 | DC | 49 | 1C |
| Octal | 23 | 65 | 173 | 125 | 71 | 0 | 64 | 334 | 111 | 34 |
| Binary | 10011 | 110101 | 1111011 | 1010101 | 111001 | 0 | 110100 | 11011100 | 1001001 | 11100 |
Color Harmonies of #13357B
Complementary color
Monochromatic Colors of #13357B
Black with #13357B
Text Example
Text Example
White with #13357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13357B; }
p { color: rgb(19,53,123); }
H1.HeaderClassName
{
color: #13357B;
}
.AnyTagClassName
{
color: #13357B;
}
</style>
background-color css
<style>
a { background-color: #13357B; }
a { background-color: rgb(19,53,123); }
div.DivClassName
{
background-color: #13357B;
}
.BgClassName
{
background-color: #13357B;
}
</style>
border-color css
<style>
span { border-color: #13357B; }
span { border-color: rgb(19,53,123); }
td.TdClassName
{
border-color: #13357B;
}
.TagClassName
{
border-color: #13357B;
}
</style>