Shades of Dark Cerulean #134076
Tints of Dark Cerulean #134076
RGB
CMYK
RGB Variations
Color information
#134076 (or 0x134076) is known color: Dark Cerulean. HEX triplet: 13, 40 and 76. RGB value is (19,64,118). Sum of RGB (Red+Green+Blue) = 19+64+118=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #134076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134076 is #ECBF89. Grayscale: #383838. Windows color (decimal): -15515530 or 7749651. OLE color: 7749651.
HSL color Cylindrical-coordinate representation of color #134076: hue angle of 212.73º 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 #134076 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 64 | 118 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.54 |
| HSL | 212.73º | 0.72% | 0.27% | - |
| HSV(B) | 212.73º | 0.84% | 0.46% | - |
| XYZ | 5.37 | 5.11 | 17.84 | - |
| YUV | 56.7 | 162.59 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 118 | 0.84 | 0.46 | 0 | 0.54 | 212.73 | 0.72 | 0.27 |
| Hex | 13 | 40 | 76 | 54 | 2E | 0 | 36 | D5 | 48 | 1B |
| Octal | 23 | 100 | 166 | 124 | 56 | 0 | 66 | 325 | 110 | 33 |
| Binary | 10011 | 1000000 | 1110110 | 1010100 | 101110 | 0 | 110110 | 11010101 | 1001000 | 11011 |
Color Harmonies of #134076
Complementary color
Monochromatic Colors of #134076
Black with #134076
Text Example
Text Example
White with #134076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134076; }
p { color: rgb(19,64,118); }
H1.HeaderClassName
{
color: #134076;
}
.AnyTagClassName
{
color: #134076;
}
</style>
background-color css
<style>
a { background-color: #134076; }
a { background-color: rgb(19,64,118); }
div.DivClassName
{
background-color: #134076;
}
.BgClassName
{
background-color: #134076;
}
</style>
border-color css
<style>
span { border-color: #134076; }
span { border-color: rgb(19,64,118); }
td.TdClassName
{
border-color: #134076;
}
.TagClassName
{
border-color: #134076;
}
</style>