Shades of Dark Cerulean #134288
Tints of Dark Cerulean #134288
RGB
CMYK
RGB Variations
Color information
#134288 (or 0x134288) is known color: Dark Cerulean. HEX triplet: 13, 42 and 88. RGB value is (19,66,136). Sum of RGB (Red+Green+Blue) = 19+66+136=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #134288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134288 is #ECBD77. Grayscale: #3B3B3B. Windows color (decimal): -15515000 or 8929811. OLE color: 8929811.
HSL color Cylindrical-coordinate representation of color #134288: hue angle of 215.9º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134288 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 66 | 136 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.47 |
| HSL | 215.9º | 0.75% | 0.3% | - |
| HSV(B) | 215.9º | 0.86% | 0.53% | - |
| XYZ | 6.66 | 5.81 | 24.06 | - |
| YUV | 59.93 | 170.93 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 136 | 0.86 | 0.51 | 0 | 0.47 | 215.9 | 0.75 | 0.3 |
| Hex | 13 | 42 | 88 | 56 | 33 | 0 | 2F | D8 | 4B | 1E |
| Octal | 23 | 102 | 210 | 126 | 63 | 0 | 57 | 330 | 113 | 36 |
| Binary | 10011 | 1000010 | 10001000 | 1010110 | 110011 | 0 | 101111 | 11011000 | 1001011 | 11110 |
Color Harmonies of #134288
Complementary color
Monochromatic Colors of #134288
Black with #134288
Text Example
Text Example
White with #134288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134288; }
p { color: rgb(19,66,136); }
H1.HeaderClassName
{
color: #134288;
}
.AnyTagClassName
{
color: #134288;
}
</style>
background-color css
<style>
a { background-color: #134288; }
a { background-color: rgb(19,66,136); }
div.DivClassName
{
background-color: #134288;
}
.BgClassName
{
background-color: #134288;
}
</style>
border-color css
<style>
span { border-color: #134288; }
span { border-color: rgb(19,66,136); }
td.TdClassName
{
border-color: #134288;
}
.TagClassName
{
border-color: #134288;
}
</style>