Shades of Dark Cerulean #134476
Tints of Dark Cerulean #134476
RGB
CMYK
RGB Variations
Color information
#134476 (or 0x134476) is known color: Dark Cerulean. HEX triplet: 13, 44 and 76. RGB value is (19,68,118). Sum of RGB (Red+Green+Blue) = 19+68+118=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #134476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134476 is #ECBB89. Grayscale: #3A3A3A. Windows color (decimal): -15514506 or 7750675. OLE color: 7750675.
HSL color Cylindrical-coordinate representation of color #134476: hue angle of 210.3º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134476 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 68 | 118 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.54 |
| HSL | 210.3º | 0.72% | 0.27% | - |
| HSV(B) | 210.3º | 0.84% | 0.46% | - |
| XYZ | 5.61 | 5.58 | 17.92 | - |
| YUV | 59.05 | 161.27 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 68 | 118 | 0.84 | 0.42 | 0 | 0.54 | 210.3 | 0.72 | 0.27 |
| Hex | 13 | 44 | 76 | 54 | 2A | 0 | 36 | D2 | 48 | 1B |
| Octal | 23 | 104 | 166 | 124 | 52 | 0 | 66 | 322 | 110 | 33 |
| Binary | 10011 | 1000100 | 1110110 | 1010100 | 101010 | 0 | 110110 | 11010010 | 1001000 | 11011 |
Color Harmonies of #134476
Complementary color
Monochromatic Colors of #134476
Black with #134476
Text Example
Text Example
White with #134476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134476; }
p { color: rgb(19,68,118); }
H1.HeaderClassName
{
color: #134476;
}
.AnyTagClassName
{
color: #134476;
}
</style>
background-color css
<style>
a { background-color: #134476; }
a { background-color: rgb(19,68,118); }
div.DivClassName
{
background-color: #134476;
}
.BgClassName
{
background-color: #134476;
}
</style>
border-color css
<style>
span { border-color: #134476; }
span { border-color: rgb(19,68,118); }
td.TdClassName
{
border-color: #134476;
}
.TagClassName
{
border-color: #134476;
}
</style>