Shades of Dark Cerulean #133F74
Tints of Dark Cerulean #133F74
RGB
CMYK
RGB Variations
Color information
#133F74 (or 0x133F74) is known color: Dark Cerulean. HEX triplet: 13, 3F and 74. RGB value is (19,63,116). Sum of RGB (Red+Green+Blue) = 19+63+116=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #133F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F74 is #ECC08B. Grayscale: #373737. Windows color (decimal): -15515788 or 7618323. OLE color: 7618323.
HSL color Cylindrical-coordinate representation of color #133F74: hue angle of 212.78º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133F74 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 63 | 116 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.55 |
| HSL | 212.78º | 0.72% | 0.26% | - |
| HSV(B) | 212.78º | 0.84% | 0.45% | - |
| XYZ | 5.2 | 4.95 | 17.21 | - |
| YUV | 55.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 116 | 0.84 | 0.46 | 0 | 0.55 | 212.78 | 0.72 | 0.26 |
| Hex | 13 | 3F | 74 | 54 | 2E | 0 | 37 | D5 | 48 | 1A |
| Octal | 23 | 77 | 164 | 124 | 56 | 0 | 67 | 325 | 110 | 32 |
| Binary | 10011 | 111111 | 1110100 | 1010100 | 101110 | 0 | 110111 | 11010101 | 1001000 | 11010 |
Color Harmonies of #133F74
Complementary color
Monochromatic Colors of #133F74
Black with #133F74
Text Example
Text Example
White with #133F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F74; }
p { color: rgb(19,63,116); }
H1.HeaderClassName
{
color: #133F74;
}
.AnyTagClassName
{
color: #133F74;
}
</style>
background-color css
<style>
a { background-color: #133F74; }
a { background-color: rgb(19,63,116); }
div.DivClassName
{
background-color: #133F74;
}
.BgClassName
{
background-color: #133F74;
}
</style>
border-color css
<style>
span { border-color: #133F74; }
span { border-color: rgb(19,63,116); }
td.TdClassName
{
border-color: #133F74;
}
.TagClassName
{
border-color: #133F74;
}
</style>