Shades of Dark Cerulean #134C81
Tints of Dark Cerulean #134C81
RGB
CMYK
RGB Variations
Color information
#134C81 (or 0x134C81) is known color: Dark Cerulean. HEX triplet: 13, 4C and 81. RGB value is (19,76,129). Sum of RGB (Red+Green+Blue) = 19+76+129=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 129 (50.78% from 255 or 57.59% from 224); Max value from RGB is 129 - color contains mainly: blue. Hex color #134C81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134C81 is #ECB37E. Grayscale: #404040. Windows color (decimal): -15512447 or 8473619. OLE color: 8473619.
HSL color Cylindrical-coordinate representation of color #134C81: hue angle of 208.91º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134C81 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 76 | 129 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.49 |
| HSL | 208.91º | 0.74% | 0.29% | - |
| HSV(B) | 208.91º | 0.85% | 0.51% | - |
| XYZ | 6.82 | 6.89 | 21.74 | - |
| YUV | 65 | 164.12 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 129 | 0.85 | 0.41 | 0 | 0.49 | 208.91 | 0.74 | 0.29 |
| Hex | 13 | 4C | 81 | 55 | 29 | 0 | 31 | D1 | 4A | 1D |
| Octal | 23 | 114 | 201 | 125 | 51 | 0 | 61 | 321 | 112 | 35 |
| Binary | 10011 | 1001100 | 10000001 | 1010101 | 101001 | 0 | 110001 | 11010001 | 1001010 | 11101 |
Color Harmonies of #134C81
Complementary color
Monochromatic Colors of #134C81
Black with #134C81
Text Example
Text Example
White with #134C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C81; }
p { color: rgb(19,76,129); }
H1.HeaderClassName
{
color: #134C81;
}
.AnyTagClassName
{
color: #134C81;
}
</style>
background-color css
<style>
a { background-color: #134C81; }
a { background-color: rgb(19,76,129); }
div.DivClassName
{
background-color: #134C81;
}
.BgClassName
{
background-color: #134C81;
}
</style>
border-color css
<style>
span { border-color: #134C81; }
span { border-color: rgb(19,76,129); }
td.TdClassName
{
border-color: #134C81;
}
.TagClassName
{
border-color: #134C81;
}
</style>