Shades of Dark Cerulean #134182
Tints of Dark Cerulean #134182
RGB
CMYK
RGB Variations
Color information
#134182 (or 0x134182) is known color: Dark Cerulean. HEX triplet: 13, 41 and 82. RGB value is (19,65,130). Sum of RGB (Red+Green+Blue) = 19+65+130=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #134182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134182 is #ECBE7D. Grayscale: #3A3A3A. Windows color (decimal): -15515262 or 8536339. OLE color: 8536339.
HSL color Cylindrical-coordinate representation of color #134182: hue angle of 215.14º 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 #134182 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 65 | 130 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.49 |
| HSL | 215.14º | 0.74% | 0.29% | - |
| HSV(B) | 215.14º | 0.85% | 0.51% | - |
| XYZ | 6.19 | 5.53 | 21.86 | - |
| YUV | 58.66 | 168.26 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 130 | 0.85 | 0.50 | 0 | 0.49 | 215.14 | 0.74 | 0.29 |
| Hex | 13 | 41 | 82 | 55 | 32 | 0 | 31 | D7 | 4A | 1D |
| Octal | 23 | 101 | 202 | 125 | 62 | 0 | 61 | 327 | 112 | 35 |
| Binary | 10011 | 1000001 | 10000010 | 1010101 | 110010 | 0 | 110001 | 11010111 | 1001010 | 11101 |
Color Harmonies of #134182
Complementary color
Monochromatic Colors of #134182
Black with #134182
Text Example
Text Example
White with #134182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134182; }
p { color: rgb(19,65,130); }
H1.HeaderClassName
{
color: #134182;
}
.AnyTagClassName
{
color: #134182;
}
</style>
background-color css
<style>
a { background-color: #134182; }
a { background-color: rgb(19,65,130); }
div.DivClassName
{
background-color: #134182;
}
.BgClassName
{
background-color: #134182;
}
</style>
border-color css
<style>
span { border-color: #134182; }
span { border-color: rgb(19,65,130); }
td.TdClassName
{
border-color: #134182;
}
.TagClassName
{
border-color: #134182;
}
</style>