Shades of Dark Cerulean #134071
Tints of Dark Cerulean #134071
RGB
CMYK
RGB Variations
Color information
#134071 (or 0x134071) is known color: Dark Cerulean. HEX triplet: 13, 40 and 71. RGB value is (19,64,113). Sum of RGB (Red+Green+Blue) = 19+64+113=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #134071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134071 is #ECBF8E. Grayscale: #373737. Windows color (decimal): -15515535 or 7421971. OLE color: 7421971.
HSL color Cylindrical-coordinate representation of color #134071: hue angle of 211.28º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134071 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 64 | 113 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.56 |
| HSL | 211.28º | 0.71% | 0.26% | - |
| HSV(B) | 211.28º | 0.83% | 0.44% | - |
| XYZ | 5.08 | 5 | 16.32 | - |
| YUV | 56.13 | 160.09 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 113 | 0.83 | 0.43 | 0 | 0.56 | 211.28 | 0.71 | 0.26 |
| Hex | 13 | 40 | 71 | 53 | 2B | 0 | 38 | D3 | 47 | 1A |
| Octal | 23 | 100 | 161 | 123 | 53 | 0 | 70 | 323 | 107 | 32 |
| Binary | 10011 | 1000000 | 1110001 | 1010011 | 101011 | 0 | 111000 | 11010011 | 1000111 | 11010 |
Color Harmonies of #134071
Complementary color
Monochromatic Colors of #134071
Black with #134071
Text Example
Text Example
White with #134071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134071; }
p { color: rgb(19,64,113); }
H1.HeaderClassName
{
color: #134071;
}
.AnyTagClassName
{
color: #134071;
}
</style>
background-color css
<style>
a { background-color: #134071; }
a { background-color: rgb(19,64,113); }
div.DivClassName
{
background-color: #134071;
}
.BgClassName
{
background-color: #134071;
}
</style>
border-color css
<style>
span { border-color: #134071; }
span { border-color: rgb(19,64,113); }
td.TdClassName
{
border-color: #134071;
}
.TagClassName
{
border-color: #134071;
}
</style>