Shades of Dark Cerulean #133F81
Tints of Dark Cerulean #133F81
RGB
CMYK
RGB Variations
Color information
#133F81 (or 0x133F81) is known color: Dark Cerulean. HEX triplet: 13, 3F and 81. RGB value is (19,63,129). Sum of RGB (Red+Green+Blue) = 19+63+129=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 129 (50.78% from 255 or 61.14% from 211); Max value from RGB is 129 - color contains mainly: blue. Hex color #133F81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133F81 is #ECC07E. Grayscale: #393939. Windows color (decimal): -15515775 or 8470291. OLE color: 8470291.
HSL color Cylindrical-coordinate representation of color #133F81: hue angle of 216º 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 #133F81 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 63 | 129 | - |
| CMYK | 0.85 | 0.51 | 0 | 0.49 |
| HSL | 216º | 0.74% | 0.29% | - |
| HSV(B) | 216º | 0.85% | 0.51% | - |
| XYZ | 6.01 | 5.28 | 21.47 | - |
| YUV | 57.37 | 168.42 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 129 | 0.85 | 0.51 | 0 | 0.49 | 216 | 0.74 | 0.29 |
| Hex | 13 | 3F | 81 | 55 | 33 | 0 | 31 | D8 | 4A | 1D |
| Octal | 23 | 77 | 201 | 125 | 63 | 0 | 61 | 330 | 112 | 35 |
| Binary | 10011 | 111111 | 10000001 | 1010101 | 110011 | 0 | 110001 | 11011000 | 1001010 | 11101 |
Color Harmonies of #133F81
Complementary color
Monochromatic Colors of #133F81
Black with #133F81
Text Example
Text Example
White with #133F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F81; }
p { color: rgb(19,63,129); }
H1.HeaderClassName
{
color: #133F81;
}
.AnyTagClassName
{
color: #133F81;
}
</style>
background-color css
<style>
a { background-color: #133F81; }
a { background-color: rgb(19,63,129); }
div.DivClassName
{
background-color: #133F81;
}
.BgClassName
{
background-color: #133F81;
}
</style>
border-color css
<style>
span { border-color: #133F81; }
span { border-color: rgb(19,63,129); }
td.TdClassName
{
border-color: #133F81;
}
.TagClassName
{
border-color: #133F81;
}
</style>