Shades of Dark Cerulean #13457B
Tints of Dark Cerulean #13457B
RGB
CMYK
RGB Variations
Color information
#13457B (or 0x13457B) is known color: Dark Cerulean. HEX triplet: 13, 45 and 7B. RGB value is (19,69,123). Sum of RGB (Red+Green+Blue) = 19+69+123=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 123 (48.44% from 255 or 58.29% from 211); Max value from RGB is 123 - color contains mainly: blue. Hex color #13457B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13457B is #ECBA84. Grayscale: #3B3B3B. Windows color (decimal): -15514245 or 8078611. OLE color: 8078611.
HSL color Cylindrical-coordinate representation of color #13457B: hue angle of 211.15º 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 #13457B is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 69 | 123 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.52 |
| HSL | 211.15º | 0.73% | 0.28% | - |
| HSV(B) | 211.15º | 0.85% | 0.48% | - |
| XYZ | 5.97 | 5.82 | 19.55 | - |
| YUV | 60.21 | 163.44 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 69 | 123 | 0.85 | 0.44 | 0 | 0.52 | 211.15 | 0.73 | 0.28 |
| Hex | 13 | 45 | 7B | 55 | 2C | 0 | 34 | D3 | 49 | 1C |
| Octal | 23 | 105 | 173 | 125 | 54 | 0 | 64 | 323 | 111 | 34 |
| Binary | 10011 | 1000101 | 1111011 | 1010101 | 101100 | 0 | 110100 | 11010011 | 1001001 | 11100 |
Color Harmonies of #13457B
Complementary color
Monochromatic Colors of #13457B
Black with #13457B
Text Example
Text Example
White with #13457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13457B; }
p { color: rgb(19,69,123); }
H1.HeaderClassName
{
color: #13457B;
}
.AnyTagClassName
{
color: #13457B;
}
</style>
background-color css
<style>
a { background-color: #13457B; }
a { background-color: rgb(19,69,123); }
div.DivClassName
{
background-color: #13457B;
}
.BgClassName
{
background-color: #13457B;
}
</style>
border-color css
<style>
span { border-color: #13457B; }
span { border-color: rgb(19,69,123); }
td.TdClassName
{
border-color: #13457B;
}
.TagClassName
{
border-color: #13457B;
}
</style>