Shades of Dark Cerulean #133E73
Tints of Dark Cerulean #133E73
RGB
CMYK
RGB Variations
Color information
#133E73 (or 0x133E73) is known color: Dark Cerulean. HEX triplet: 13, 3E and 73. RGB value is (19,62,115). Sum of RGB (Red+Green+Blue) = 19+62+115=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 62 (24.61% from 255 or 31.63% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #133E73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E73 is #ECC18C. Grayscale: #363636. Windows color (decimal): -15516045 or 7552531. OLE color: 7552531.
HSL color Cylindrical-coordinate representation of color #133E73: hue angle of 213.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133E73 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 62 | 115 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.55 |
| HSL | 213.13º | 0.72% | 0.26% | - |
| HSV(B) | 213.13º | 0.83% | 0.45% | - |
| XYZ | 5.09 | 4.82 | 16.88 | - |
| YUV | 55.19 | 161.75 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 115 | 0.83 | 0.46 | 0 | 0.55 | 213.13 | 0.72 | 0.26 |
| Hex | 13 | 3E | 73 | 53 | 2E | 0 | 37 | D5 | 48 | 1A |
| Octal | 23 | 76 | 163 | 123 | 56 | 0 | 67 | 325 | 110 | 32 |
| Binary | 10011 | 111110 | 1110011 | 1010011 | 101110 | 0 | 110111 | 11010101 | 1001000 | 11010 |
Color Harmonies of #133E73
Complementary color
Monochromatic Colors of #133E73
Black with #133E73
Text Example
Text Example
White with #133E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E73; }
p { color: rgb(19,62,115); }
H1.HeaderClassName
{
color: #133E73;
}
.AnyTagClassName
{
color: #133E73;
}
</style>
background-color css
<style>
a { background-color: #133E73; }
a { background-color: rgb(19,62,115); }
div.DivClassName
{
background-color: #133E73;
}
.BgClassName
{
background-color: #133E73;
}
</style>
border-color css
<style>
span { border-color: #133E73; }
span { border-color: rgb(19,62,115); }
td.TdClassName
{
border-color: #133E73;
}
.TagClassName
{
border-color: #133E73;
}
</style>