Shades of Dark Cerulean #133C75
Tints of Dark Cerulean #133C75
RGB
CMYK
RGB Variations
Color information
#133C75 (or 0x133C75) is known color: Dark Cerulean. HEX triplet: 13, 3C and 75. RGB value is (19,60,117). Sum of RGB (Red+Green+Blue) = 19+60+117=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #133C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133C75 is #ECC38A. Grayscale: #353535. Windows color (decimal): -15516555 or 7683091. OLE color: 7683091.
HSL color Cylindrical-coordinate representation of color #133C75: hue angle of 214.9º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133C75 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 60 | 117 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.54 |
| HSL | 214.9º | 0.72% | 0.27% | - |
| HSV(B) | 214.9º | 0.84% | 0.46% | - |
| XYZ | 5.1 | 4.65 | 17.46 | - |
| YUV | 54.24 | 163.42 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 117 | 0.84 | 0.49 | 0 | 0.54 | 214.9 | 0.72 | 0.27 |
| Hex | 13 | 3C | 75 | 54 | 31 | 0 | 36 | D7 | 48 | 1B |
| Octal | 23 | 74 | 165 | 124 | 61 | 0 | 66 | 327 | 110 | 33 |
| Binary | 10011 | 111100 | 1110101 | 1010100 | 110001 | 0 | 110110 | 11010111 | 1001000 | 11011 |
Color Harmonies of #133C75
Complementary color
Monochromatic Colors of #133C75
Black with #133C75
Text Example
Text Example
White with #133C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C75; }
p { color: rgb(19,60,117); }
H1.HeaderClassName
{
color: #133C75;
}
.AnyTagClassName
{
color: #133C75;
}
</style>
background-color css
<style>
a { background-color: #133C75; }
a { background-color: rgb(19,60,117); }
div.DivClassName
{
background-color: #133C75;
}
.BgClassName
{
background-color: #133C75;
}
</style>
border-color css
<style>
span { border-color: #133C75; }
span { border-color: rgb(19,60,117); }
td.TdClassName
{
border-color: #133C75;
}
.TagClassName
{
border-color: #133C75;
}
</style>