Shades of Dark Cerulean #133D6E
Tints of Dark Cerulean #133D6E
RGB
CMYK
RGB Variations
Color information
#133D6E (or 0x133D6E) is known color: Dark Cerulean. HEX triplet: 13, 3D and 6E. RGB value is (19,61,110). Sum of RGB (Red+Green+Blue) = 19+61+110=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 61 (24.22% from 255 or 32.11% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #133D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133D6E is #ECC291. Grayscale: #353535. Windows color (decimal): -15516306 or 7224595. OLE color: 7224595.
HSL color Cylindrical-coordinate representation of color #133D6E: hue angle of 212.31º degrees, saturation: 0.71, 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 #133D6E is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 61 | 110 | - |
| CMYK | 0.83 | 0.45 | 0 | 0.57 |
| HSL | 212.31º | 0.71% | 0.25% | - |
| HSV(B) | 212.31º | 0.83% | 0.43% | - |
| XYZ | 4.75 | 4.6 | 15.39 | - |
| YUV | 54.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 110 | 0.83 | 0.45 | 0 | 0.57 | 212.31 | 0.71 | 0.25 |
| Hex | 13 | 3D | 6E | 53 | 2D | 0 | 39 | D4 | 47 | 19 |
| Octal | 23 | 75 | 156 | 123 | 55 | 0 | 71 | 324 | 107 | 31 |
| Binary | 10011 | 111101 | 1101110 | 1010011 | 101101 | 0 | 111001 | 11010100 | 1000111 | 11001 |
Color Harmonies of #133D6E
Complementary color
Monochromatic Colors of #133D6E
Black with #133D6E
Text Example
Text Example
White with #133D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D6E; }
p { color: rgb(19,61,110); }
H1.HeaderClassName
{
color: #133D6E;
}
.AnyTagClassName
{
color: #133D6E;
}
</style>
background-color css
<style>
a { background-color: #133D6E; }
a { background-color: rgb(19,61,110); }
div.DivClassName
{
background-color: #133D6E;
}
.BgClassName
{
background-color: #133D6E;
}
</style>
border-color css
<style>
span { border-color: #133D6E; }
span { border-color: rgb(19,61,110); }
td.TdClassName
{
border-color: #133D6E;
}
.TagClassName
{
border-color: #133D6E;
}
</style>