Shades of Dark Cerulean #134E70
Tints of Dark Cerulean #134E70
RGB
CMYK
RGB Variations
Color information
#134E70 (or 0x134E70) is known color: Dark Cerulean. HEX triplet: 13, 4E and 70. RGB value is (19,78,112). Sum of RGB (Red+Green+Blue) = 19+78+112=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #134E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E70 is #ECB18F. Grayscale: #404040. Windows color (decimal): -15511952 or 7360019. OLE color: 7360019.
HSL color Cylindrical-coordinate representation of color #134E70: hue angle of 201.94º 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 #134E70 is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 78 | 112 | - |
| CMYK | 0.83 | 0.30 | 0 | 0.56 |
| HSL | 201.94º | 0.71% | 0.26% | - |
| HSV(B) | 201.94º | 0.83% | 0.44% | - |
| XYZ | 5.92 | 6.76 | 16.32 | - |
| YUV | 64.24 | 154.95 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 112 | 0.83 | 0.30 | 0 | 0.56 | 201.94 | 0.71 | 0.26 |
| Hex | 13 | 4E | 70 | 53 | 1E | 0 | 38 | CA | 47 | 1A |
| Octal | 23 | 116 | 160 | 123 | 36 | 0 | 70 | 312 | 107 | 32 |
| Binary | 10011 | 1001110 | 1110000 | 1010011 | 11110 | 0 | 111000 | 11001010 | 1000111 | 11010 |
Color Harmonies of #134E70
Complementary color
Monochromatic Colors of #134E70
Black with #134E70
Text Example
Text Example
White with #134E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E70; }
p { color: rgb(19,78,112); }
H1.HeaderClassName
{
color: #134E70;
}
.AnyTagClassName
{
color: #134E70;
}
</style>
background-color css
<style>
a { background-color: #134E70; }
a { background-color: rgb(19,78,112); }
div.DivClassName
{
background-color: #134E70;
}
.BgClassName
{
background-color: #134E70;
}
</style>
border-color css
<style>
span { border-color: #134E70; }
span { border-color: rgb(19,78,112); }
td.TdClassName
{
border-color: #134E70;
}
.TagClassName
{
border-color: #134E70;
}
</style>