Shades of Dark Cerulean #133B77
Tints of Dark Cerulean #133B77
RGB
CMYK
RGB Variations
Color information
#133B77 (or 0x133B77) is known color: Dark Cerulean. HEX triplet: 13, 3B and 77. RGB value is (19,59,119). Sum of RGB (Red+Green+Blue) = 19+59+119=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #133B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133B77 is #ECC488. Grayscale: #353535. Windows color (decimal): -15516809 or 7813907. OLE color: 7813907.
HSL color Cylindrical-coordinate representation of color #133B77: hue angle of 216º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133B77 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 59 | 119 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.53 |
| HSL | 216º | 0.72% | 0.27% | - |
| HSV(B) | 216º | 0.84% | 0.47% | - |
| XYZ | 5.16 | 4.6 | 18.07 | - |
| YUV | 53.88 | 164.75 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 119 | 0.84 | 0.50 | 0 | 0.53 | 216 | 0.72 | 0.27 |
| Hex | 13 | 3B | 77 | 54 | 32 | 0 | 35 | D8 | 48 | 1B |
| Octal | 23 | 73 | 167 | 124 | 62 | 0 | 65 | 330 | 110 | 33 |
| Binary | 10011 | 111011 | 1110111 | 1010100 | 110010 | 0 | 110101 | 11011000 | 1001000 | 11011 |
Color Harmonies of #133B77
Complementary color
Monochromatic Colors of #133B77
Black with #133B77
Text Example
Text Example
White with #133B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133B77; }
p { color: rgb(19,59,119); }
H1.HeaderClassName
{
color: #133B77;
}
.AnyTagClassName
{
color: #133B77;
}
</style>
background-color css
<style>
a { background-color: #133B77; }
a { background-color: rgb(19,59,119); }
div.DivClassName
{
background-color: #133B77;
}
.BgClassName
{
background-color: #133B77;
}
</style>
border-color css
<style>
span { border-color: #133B77; }
span { border-color: rgb(19,59,119); }
td.TdClassName
{
border-color: #133B77;
}
.TagClassName
{
border-color: #133B77;
}
</style>