Shades of Dark Cerulean #133480
Tints of Dark Cerulean #133480
RGB
CMYK
RGB Variations
Color information
#133480 (or 0x133480) is known color: Dark Cerulean. HEX triplet: 13, 34 and 80. RGB value is (19,52,128). Sum of RGB (Red+Green+Blue) = 19+52+128=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 128 (50.39% from 255 or 64.32% from 199); Max value from RGB is 128 - color contains mainly: blue. Hex color #133480 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133480 is #ECCB7F. Grayscale: #323232. Windows color (decimal): -15518592 or 8401939. OLE color: 8401939.
HSL color Cylindrical-coordinate representation of color #133480: hue angle of 221.83º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133480 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 52 | 128 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.50 |
| HSL | 221.83º | 0.74% | 0.29% | - |
| HSV(B) | 221.83º | 0.85% | 0.5% | - |
| XYZ | 5.39 | 4.15 | 20.94 | - |
| YUV | 50.8 | 171.57 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 52 | 128 | 0.85 | 0.59 | 0 | 0.50 | 221.83 | 0.74 | 0.29 |
| Hex | 13 | 34 | 80 | 55 | 3B | 0 | 32 | DE | 4A | 1D |
| Octal | 23 | 64 | 200 | 125 | 73 | 0 | 62 | 336 | 112 | 35 |
| Binary | 10011 | 110100 | 10000000 | 1010101 | 111011 | 0 | 110010 | 11011110 | 1001010 | 11101 |
Color Harmonies of #133480
Complementary color
Monochromatic Colors of #133480
Black with #133480
Text Example
Text Example
White with #133480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133480; }
p { color: rgb(19,52,128); }
H1.HeaderClassName
{
color: #133480;
}
.AnyTagClassName
{
color: #133480;
}
</style>
background-color css
<style>
a { background-color: #133480; }
a { background-color: rgb(19,52,128); }
div.DivClassName
{
background-color: #133480;
}
.BgClassName
{
background-color: #133480;
}
</style>
border-color css
<style>
span { border-color: #133480; }
span { border-color: rgb(19,52,128); }
td.TdClassName
{
border-color: #133480;
}
.TagClassName
{
border-color: #133480;
}
</style>