Shades of Dark Cerulean #134C92
Tints of Dark Cerulean #134C92
RGB
CMYK
RGB Variations
Color information
#134C92 (or 0x134C92) is known color: Dark Cerulean. HEX triplet: 13, 4C and 92. RGB value is (19,76,146). Sum of RGB (Red+Green+Blue) = 19+76+146=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #134C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134C92 is #ECB36D. Grayscale: #424242. Windows color (decimal): -15512430 or 9587731. OLE color: 9587731.
HSL color Cylindrical-coordinate representation of color #134C92: hue angle of 213.07º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134C92 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 76 | 146 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.43 |
| HSL | 213.07º | 0.77% | 0.32% | - |
| HSV(B) | 213.07º | 0.87% | 0.57% | - |
| XYZ | 8.04 | 7.38 | 28.2 | - |
| YUV | 66.94 | 172.62 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 146 | 0.87 | 0.48 | 0 | 0.43 | 213.07 | 0.77 | 0.32 |
| Hex | 13 | 4C | 92 | 57 | 30 | 0 | 2B | D5 | 4D | 20 |
| Octal | 23 | 114 | 222 | 127 | 60 | 0 | 53 | 325 | 115 | 40 |
| Binary | 10011 | 1001100 | 10010010 | 1010111 | 110000 | 0 | 101011 | 11010101 | 1001101 | 100000 |
Color Harmonies of #134C92
Complementary color
Monochromatic Colors of #134C92
Black with #134C92
Text Example
Text Example
White with #134C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C92; }
p { color: rgb(19,76,146); }
H1.HeaderClassName
{
color: #134C92;
}
.AnyTagClassName
{
color: #134C92;
}
</style>
background-color css
<style>
a { background-color: #134C92; }
a { background-color: rgb(19,76,146); }
div.DivClassName
{
background-color: #134C92;
}
.BgClassName
{
background-color: #134C92;
}
</style>
border-color css
<style>
span { border-color: #134C92; }
span { border-color: rgb(19,76,146); }
td.TdClassName
{
border-color: #134C92;
}
.TagClassName
{
border-color: #134C92;
}
</style>