Shades of Dark Cerulean #133280
Tints of Dark Cerulean #133280
RGB
CMYK
RGB Variations
Color information
#133280 (or 0x133280) is known color: Dark Cerulean. HEX triplet: 13, 32 and 80. RGB value is (19,50,128). Sum of RGB (Red+Green+Blue) = 19+50+128=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 128 (50.39% from 255 or 64.97% from 197); Max value from RGB is 128 - color contains mainly: blue. Hex color #133280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133280 is #ECCD7F. Grayscale: #313131. Windows color (decimal): -15519104 or 8401427. OLE color: 8401427.
HSL color Cylindrical-coordinate representation of color #133280: hue angle of 222.94º 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 #133280 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 50 | 128 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.50 |
| HSL | 222.94º | 0.74% | 0.29% | - |
| HSV(B) | 222.94º | 0.85% | 0.5% | - |
| XYZ | 5.31 | 3.98 | 20.91 | - |
| YUV | 49.62 | 172.23 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 128 | 0.85 | 0.61 | 0 | 0.50 | 222.94 | 0.74 | 0.29 |
| Hex | 13 | 32 | 80 | 55 | 3D | 0 | 32 | DF | 4A | 1D |
| Octal | 23 | 62 | 200 | 125 | 75 | 0 | 62 | 337 | 112 | 35 |
| Binary | 10011 | 110010 | 10000000 | 1010101 | 111101 | 0 | 110010 | 11011111 | 1001010 | 11101 |
Color Harmonies of #133280
Complementary color
Monochromatic Colors of #133280
Black with #133280
Text Example
Text Example
White with #133280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133280; }
p { color: rgb(19,50,128); }
H1.HeaderClassName
{
color: #133280;
}
.AnyTagClassName
{
color: #133280;
}
</style>
background-color css
<style>
a { background-color: #133280; }
a { background-color: rgb(19,50,128); }
div.DivClassName
{
background-color: #133280;
}
.BgClassName
{
background-color: #133280;
}
</style>
border-color css
<style>
span { border-color: #133280; }
span { border-color: rgb(19,50,128); }
td.TdClassName
{
border-color: #133280;
}
.TagClassName
{
border-color: #133280;
}
</style>