Shades of Dark Cerulean #133D8C
Tints of Dark Cerulean #133D8C
RGB
CMYK
RGB Variations
Color information
#133D8C (or 0x133D8C) is known color: Dark Cerulean. HEX triplet: 13, 3D and 8C. RGB value is (19,61,140). Sum of RGB (Red+Green+Blue) = 19+61+140=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 140 (55.08% from 255 or 63.64% from 220); Max value from RGB is 140 - color contains mainly: blue. Hex color #133D8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133D8C is #ECC273. Grayscale: #393939. Windows color (decimal): -15516276 or 9190675. OLE color: 9190675.
HSL color Cylindrical-coordinate representation of color #133D8C: hue angle of 219.17º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #133D8C is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 61 | 140 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.45 |
| HSL | 219.17º | 0.76% | 0.31% | - |
| HSV(B) | 219.17º | 0.86% | 0.55% | - |
| XYZ | 6.67 | 5.37 | 25.5 | - |
| YUV | 57.45 | 174.59 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 140 | 0.86 | 0.56 | 0 | 0.45 | 219.17 | 0.76 | 0.31 |
| Hex | 13 | 3D | 8C | 56 | 38 | 0 | 2D | DB | 4C | 1F |
| Octal | 23 | 75 | 214 | 126 | 70 | 0 | 55 | 333 | 114 | 37 |
| Binary | 10011 | 111101 | 10001100 | 1010110 | 111000 | 0 | 101101 | 11011011 | 1001100 | 11111 |
Color Harmonies of #133D8C
Complementary color
Monochromatic Colors of #133D8C
Black with #133D8C
Text Example
Text Example
White with #133D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D8C; }
p { color: rgb(19,61,140); }
H1.HeaderClassName
{
color: #133D8C;
}
.AnyTagClassName
{
color: #133D8C;
}
</style>
background-color css
<style>
a { background-color: #133D8C; }
a { background-color: rgb(19,61,140); }
div.DivClassName
{
background-color: #133D8C;
}
.BgClassName
{
background-color: #133D8C;
}
</style>
border-color css
<style>
span { border-color: #133D8C; }
span { border-color: rgb(19,61,140); }
td.TdClassName
{
border-color: #133D8C;
}
.TagClassName
{
border-color: #133D8C;
}
</style>