Shades of Dark Cerulean #133282
Tints of Dark Cerulean #133282
RGB
CMYK
RGB Variations
Color information
#133282 (or 0x133282) is known color: Dark Cerulean. HEX triplet: 13, 32 and 82. RGB value is (19,50,130). Sum of RGB (Red+Green+Blue) = 19+50+130=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 130 (51.17% from 255 or 65.33% from 199); Max value from RGB is 130 - color contains mainly: blue. Hex color #133282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133282 is #ECCD7D. Grayscale: #313131. Windows color (decimal): -15519102 or 8532499. OLE color: 8532499.
HSL color Cylindrical-coordinate representation of color #133282: hue angle of 223.24º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133282 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 50 | 130 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.49 |
| HSL | 223.24º | 0.74% | 0.29% | - |
| HSV(B) | 223.24º | 0.85% | 0.51% | - |
| XYZ | 5.44 | 4.03 | 21.61 | - |
| YUV | 49.85 | 173.23 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 130 | 0.85 | 0.62 | 0 | 0.49 | 223.24 | 0.74 | 0.29 |
| Hex | 13 | 32 | 82 | 55 | 3E | 0 | 31 | DF | 4A | 1D |
| Octal | 23 | 62 | 202 | 125 | 76 | 0 | 61 | 337 | 112 | 35 |
| Binary | 10011 | 110010 | 10000010 | 1010101 | 111110 | 0 | 110001 | 11011111 | 1001010 | 11101 |
Color Harmonies of #133282
Complementary color
Monochromatic Colors of #133282
Black with #133282
Text Example
Text Example
White with #133282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133282; }
p { color: rgb(19,50,130); }
H1.HeaderClassName
{
color: #133282;
}
.AnyTagClassName
{
color: #133282;
}
</style>
background-color css
<style>
a { background-color: #133282; }
a { background-color: rgb(19,50,130); }
div.DivClassName
{
background-color: #133282;
}
.BgClassName
{
background-color: #133282;
}
</style>
border-color css
<style>
span { border-color: #133282; }
span { border-color: rgb(19,50,130); }
td.TdClassName
{
border-color: #133282;
}
.TagClassName
{
border-color: #133282;
}
</style>