Shades of Dark Cerulean #134E7B
Tints of Dark Cerulean #134E7B
RGB
CMYK
RGB Variations
Color information
#134E7B (or 0x134E7B) is known color: Dark Cerulean. HEX triplet: 13, 4E and 7B. RGB value is (19,78,123). Sum of RGB (Red+Green+Blue) = 19+78+123=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 123 (48.44% from 255 or 55.91% from 220); Max value from RGB is 123 - color contains mainly: blue. Hex color #134E7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134E7B is #ECB184. Grayscale: #414141. Windows color (decimal): -15511941 or 8080915. OLE color: 8080915.
HSL color Cylindrical-coordinate representation of color #134E7B: hue angle of 205.96º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134E7B is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 78 | 123 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.52 |
| HSL | 205.96º | 0.73% | 0.28% | - |
| HSV(B) | 205.96º | 0.85% | 0.48% | - |
| XYZ | 6.57 | 7.02 | 19.75 | - |
| YUV | 65.49 | 160.45 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 123 | 0.85 | 0.37 | 0 | 0.52 | 205.96 | 0.73 | 0.28 |
| Hex | 13 | 4E | 7B | 55 | 25 | 0 | 34 | CE | 49 | 1C |
| Octal | 23 | 116 | 173 | 125 | 45 | 0 | 64 | 316 | 111 | 34 |
| Binary | 10011 | 1001110 | 1111011 | 1010101 | 100101 | 0 | 110100 | 11001110 | 1001001 | 11100 |
Color Harmonies of #134E7B
Complementary color
Monochromatic Colors of #134E7B
Black with #134E7B
Text Example
Text Example
White with #134E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134E7B; }
p { color: rgb(19,78,123); }
H1.HeaderClassName
{
color: #134E7B;
}
.AnyTagClassName
{
color: #134E7B;
}
</style>
background-color css
<style>
a { background-color: #134E7B; }
a { background-color: rgb(19,78,123); }
div.DivClassName
{
background-color: #134E7B;
}
.BgClassName
{
background-color: #134E7B;
}
</style>
border-color css
<style>
span { border-color: #134E7B; }
span { border-color: rgb(19,78,123); }
td.TdClassName
{
border-color: #134E7B;
}
.TagClassName
{
border-color: #134E7B;
}
</style>