Shades of Dark Cerulean #134C93
Tints of Dark Cerulean #134C93
RGB
CMYK
RGB Variations
Color information
#134C93 (or 0x134C93) is known color: Dark Cerulean. HEX triplet: 13, 4C and 93. RGB value is (19,76,147). Sum of RGB (Red+Green+Blue) = 19+76+147=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #134C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134C93 is #ECB36C. Grayscale: #424242. Windows color (decimal): -15512429 or 9653267. OLE color: 9653267.
HSL color Cylindrical-coordinate representation of color #134C93: hue angle of 213.28º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134C93 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 76 | 147 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.42 |
| HSL | 213.28º | 0.77% | 0.33% | - |
| HSV(B) | 213.28º | 0.87% | 0.58% | - |
| XYZ | 8.12 | 7.41 | 28.61 | - |
| YUV | 67.05 | 173.12 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 147 | 0.87 | 0.48 | 0 | 0.42 | 213.28 | 0.77 | 0.33 |
| Hex | 13 | 4C | 93 | 57 | 30 | 0 | 2A | D5 | 4D | 21 |
| Octal | 23 | 114 | 223 | 127 | 60 | 0 | 52 | 325 | 115 | 41 |
| Binary | 10011 | 1001100 | 10010011 | 1010111 | 110000 | 0 | 101010 | 11010101 | 1001101 | 100001 |
Color Harmonies of #134C93
Complementary color
Monochromatic Colors of #134C93
Black with #134C93
Text Example
Text Example
White with #134C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134C93; }
p { color: rgb(19,76,147); }
H1.HeaderClassName
{
color: #134C93;
}
.AnyTagClassName
{
color: #134C93;
}
</style>
background-color css
<style>
a { background-color: #134C93; }
a { background-color: rgb(19,76,147); }
div.DivClassName
{
background-color: #134C93;
}
.BgClassName
{
background-color: #134C93;
}
</style>
border-color css
<style>
span { border-color: #134C93; }
span { border-color: rgb(19,76,147); }
td.TdClassName
{
border-color: #134C93;
}
.TagClassName
{
border-color: #134C93;
}
</style>