Shades of Dark Cerulean #133E6D
Tints of Dark Cerulean #133E6D
RGB
CMYK
RGB Variations
Color information
#133E6D (or 0x133E6D) is known color: Dark Cerulean. HEX triplet: 13, 3E and 6D. RGB value is (19,62,109). Sum of RGB (Red+Green+Blue) = 19+62+109=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 109 (42.97% from 255 or 57.37% from 190); Max value from RGB is 109 - color contains mainly: blue. Hex color #133E6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133E6D is #ECC192. Grayscale: #363636. Windows color (decimal): -15516051 or 7159315. OLE color: 7159315.
HSL color Cylindrical-coordinate representation of color #133E6D: hue angle of 211.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133E6D is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 62 | 109 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.57 |
| HSL | 211.33º | 0.7% | 0.25% | - |
| HSV(B) | 211.33º | 0.83% | 0.43% | - |
| XYZ | 4.75 | 4.69 | 15.12 | - |
| YUV | 54.5 | 158.75 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 62 | 109 | 0.83 | 0.43 | 0 | 0.57 | 211.33 | 0.7 | 0.25 |
| Hex | 13 | 3E | 6D | 53 | 2B | 0 | 39 | D3 | 46 | 19 |
| Octal | 23 | 76 | 155 | 123 | 53 | 0 | 71 | 323 | 106 | 31 |
| Binary | 10011 | 111110 | 1101101 | 1010011 | 101011 | 0 | 111001 | 11010011 | 1000110 | 11001 |
Color Harmonies of #133E6D
Complementary color
Monochromatic Colors of #133E6D
Black with #133E6D
Text Example
Text Example
White with #133E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133E6D; }
p { color: rgb(19,62,109); }
H1.HeaderClassName
{
color: #133E6D;
}
.AnyTagClassName
{
color: #133E6D;
}
</style>
background-color css
<style>
a { background-color: #133E6D; }
a { background-color: rgb(19,62,109); }
div.DivClassName
{
background-color: #133E6D;
}
.BgClassName
{
background-color: #133E6D;
}
</style>
border-color css
<style>
span { border-color: #133E6D; }
span { border-color: rgb(19,62,109); }
td.TdClassName
{
border-color: #133E6D;
}
.TagClassName
{
border-color: #133E6D;
}
</style>