Shades of Dark Cerulean #133C7D
Tints of Dark Cerulean #133C7D
RGB
CMYK
RGB Variations
Color information
#133C7D (or 0x133C7D) is known color: Dark Cerulean. HEX triplet: 13, 3C and 7D. RGB value is (19,60,125). Sum of RGB (Red+Green+Blue) = 19+60+125=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #133C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C7D is #ECC382. Grayscale: #363636. Windows color (decimal): -15516547 or 8207379. OLE color: 8207379.
HSL color Cylindrical-coordinate representation of color #133C7D: hue angle of 216.79º 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 #133C7D is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 60 | 125 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.51 |
| HSL | 216.79º | 0.74% | 0.28% | - |
| HSV(B) | 216.79º | 0.85% | 0.49% | - |
| XYZ | 5.59 | 4.85 | 20.04 | - |
| YUV | 55.15 | 167.42 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 125 | 0.85 | 0.52 | 0 | 0.51 | 216.79 | 0.74 | 0.28 |
| Hex | 13 | 3C | 7D | 55 | 34 | 0 | 33 | D9 | 4A | 1C |
| Octal | 23 | 74 | 175 | 125 | 64 | 0 | 63 | 331 | 112 | 34 |
| Binary | 10011 | 111100 | 1111101 | 1010101 | 110100 | 0 | 110011 | 11011001 | 1001010 | 11100 |
Color Harmonies of #133C7D
Complementary color
Monochromatic Colors of #133C7D
Black with #133C7D
Text Example
Text Example
White with #133C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C7D; }
p { color: rgb(19,60,125); }
H1.HeaderClassName
{
color: #133C7D;
}
.AnyTagClassName
{
color: #133C7D;
}
</style>
background-color css
<style>
a { background-color: #133C7D; }
a { background-color: rgb(19,60,125); }
div.DivClassName
{
background-color: #133C7D;
}
.BgClassName
{
background-color: #133C7D;
}
</style>
border-color css
<style>
span { border-color: #133C7D; }
span { border-color: rgb(19,60,125); }
td.TdClassName
{
border-color: #133C7D;
}
.TagClassName
{
border-color: #133C7D;
}
</style>