Shades of Dark Cerulean #133F72
Tints of Dark Cerulean #133F72
RGB
CMYK
RGB Variations
Color information
#133F72 (or 0x133F72) is known color: Dark Cerulean. HEX triplet: 13, 3F and 72. RGB value is (19,63,114). Sum of RGB (Red+Green+Blue) = 19+63+114=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #133F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F72 is #ECC08D. Grayscale: #373737. Windows color (decimal): -15515790 or 7487251. OLE color: 7487251.
HSL color Cylindrical-coordinate representation of color #133F72: hue angle of 212.21º degrees, saturation: 0.71, 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 #133F72 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 63 | 114 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.55 |
| HSL | 212.21º | 0.71% | 0.26% | - |
| HSV(B) | 212.21º | 0.83% | 0.45% | - |
| XYZ | 5.08 | 4.91 | 16.6 | - |
| YUV | 55.66 | 160.92 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 114 | 0.83 | 0.45 | 0 | 0.55 | 212.21 | 0.71 | 0.26 |
| Hex | 13 | 3F | 72 | 53 | 2D | 0 | 37 | D4 | 47 | 1A |
| Octal | 23 | 77 | 162 | 123 | 55 | 0 | 67 | 324 | 107 | 32 |
| Binary | 10011 | 111111 | 1110010 | 1010011 | 101101 | 0 | 110111 | 11010100 | 1000111 | 11010 |
Color Harmonies of #133F72
Complementary color
Monochromatic Colors of #133F72
Black with #133F72
Text Example
Text Example
White with #133F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F72; }
p { color: rgb(19,63,114); }
H1.HeaderClassName
{
color: #133F72;
}
.AnyTagClassName
{
color: #133F72;
}
</style>
background-color css
<style>
a { background-color: #133F72; }
a { background-color: rgb(19,63,114); }
div.DivClassName
{
background-color: #133F72;
}
.BgClassName
{
background-color: #133F72;
}
</style>
border-color css
<style>
span { border-color: #133F72; }
span { border-color: rgb(19,63,114); }
td.TdClassName
{
border-color: #133F72;
}
.TagClassName
{
border-color: #133F72;
}
</style>