Shades of Dark Cerulean #133B80
Tints of Dark Cerulean #133B80
RGB
CMYK
RGB Variations
Color information
#133B80 (or 0x133B80) is known color: Dark Cerulean. HEX triplet: 13, 3B and 80. RGB value is (19,59,128). Sum of RGB (Red+Green+Blue) = 19+59+128=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #133B80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133B80 is #ECC47F. Grayscale: #363636. Windows color (decimal): -15516800 or 8403731. OLE color: 8403731.
HSL color Cylindrical-coordinate representation of color #133B80: hue angle of 217.98º 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 #133B80 is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 59 | 128 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.50 |
| HSL | 217.98º | 0.74% | 0.29% | - |
| HSV(B) | 217.98º | 0.85% | 0.5% | - |
| XYZ | 5.73 | 4.82 | 21.05 | - |
| YUV | 54.91 | 169.25 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 128 | 0.85 | 0.54 | 0 | 0.50 | 217.98 | 0.74 | 0.29 |
| Hex | 13 | 3B | 80 | 55 | 36 | 0 | 32 | DA | 4A | 1D |
| Octal | 23 | 73 | 200 | 125 | 66 | 0 | 62 | 332 | 112 | 35 |
| Binary | 10011 | 111011 | 10000000 | 1010101 | 110110 | 0 | 110010 | 11011010 | 1001010 | 11101 |
Color Harmonies of #133B80
Complementary color
Monochromatic Colors of #133B80
Black with #133B80
Text Example
Text Example
White with #133B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B80; }
p { color: rgb(19,59,128); }
H1.HeaderClassName
{
color: #133B80;
}
.AnyTagClassName
{
color: #133B80;
}
</style>
background-color css
<style>
a { background-color: #133B80; }
a { background-color: rgb(19,59,128); }
div.DivClassName
{
background-color: #133B80;
}
.BgClassName
{
background-color: #133B80;
}
</style>
border-color css
<style>
span { border-color: #133B80; }
span { border-color: rgb(19,59,128); }
td.TdClassName
{
border-color: #133B80;
}
.TagClassName
{
border-color: #133B80;
}
</style>