Shades of Dark Cerulean #133E7D
Tints of Dark Cerulean #133E7D
RGB
CMYK
RGB Variations
Color information
#133E7D (or 0x133E7D) is known color: Dark Cerulean. HEX triplet: 13, 3E and 7D. RGB value is (19,62,125). Sum of RGB (Red+Green+Blue) = 19+62+125=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #133E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E7D is #ECC182. Grayscale: #383838. Windows color (decimal): -15516035 or 8207891. OLE color: 8207891.
HSL color Cylindrical-coordinate representation of color #133E7D: hue angle of 215.66º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133E7D is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 62 | 125 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.51 |
| HSL | 215.66º | 0.74% | 0.28% | - |
| HSV(B) | 215.66º | 0.85% | 0.49% | - |
| XYZ | 5.69 | 5.06 | 20.08 | - |
| YUV | 56.33 | 166.75 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 125 | 0.85 | 0.50 | 0 | 0.51 | 215.66 | 0.74 | 0.28 |
| Hex | 13 | 3E | 7D | 55 | 32 | 0 | 33 | D8 | 4A | 1C |
| Octal | 23 | 76 | 175 | 125 | 62 | 0 | 63 | 330 | 112 | 34 |
| Binary | 10011 | 111110 | 1111101 | 1010101 | 110010 | 0 | 110011 | 11011000 | 1001010 | 11100 |
Color Harmonies of #133E7D
Complementary color
Monochromatic Colors of #133E7D
Black with #133E7D
Text Example
Text Example
White with #133E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E7D; }
p { color: rgb(19,62,125); }
H1.HeaderClassName
{
color: #133E7D;
}
.AnyTagClassName
{
color: #133E7D;
}
</style>
background-color css
<style>
a { background-color: #133E7D; }
a { background-color: rgb(19,62,125); }
div.DivClassName
{
background-color: #133E7D;
}
.BgClassName
{
background-color: #133E7D;
}
</style>
border-color css
<style>
span { border-color: #133E7D; }
span { border-color: rgb(19,62,125); }
td.TdClassName
{
border-color: #133E7D;
}
.TagClassName
{
border-color: #133E7D;
}
</style>