Shades of Dark Cerulean #134180
Tints of Dark Cerulean #134180
RGB
CMYK
RGB Variations
Color information
#134180 (or 0x134180) is known color: Dark Cerulean. HEX triplet: 13, 41 and 80. RGB value is (19,65,128). Sum of RGB (Red+Green+Blue) = 19+65+128=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #134180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134180 is #ECBE7F. Grayscale: #3A3A3A. Windows color (decimal): -15515264 or 8405267. OLE color: 8405267.
HSL color Cylindrical-coordinate representation of color #134180: hue angle of 214.68º 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 #134180 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 65 | 128 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.50 |
| HSL | 214.68º | 0.74% | 0.29% | - |
| HSV(B) | 214.68º | 0.85% | 0.5% | - |
| XYZ | 6.06 | 5.48 | 21.16 | - |
| YUV | 58.43 | 167.26 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 128 | 0.85 | 0.49 | 0 | 0.50 | 214.68 | 0.74 | 0.29 |
| Hex | 13 | 41 | 80 | 55 | 31 | 0 | 32 | D7 | 4A | 1D |
| Octal | 23 | 101 | 200 | 125 | 61 | 0 | 62 | 327 | 112 | 35 |
| Binary | 10011 | 1000001 | 10000000 | 1010101 | 110001 | 0 | 110010 | 11010111 | 1001010 | 11101 |
Color Harmonies of #134180
Complementary color
Monochromatic Colors of #134180
Black with #134180
Text Example
Text Example
White with #134180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134180; }
p { color: rgb(19,65,128); }
H1.HeaderClassName
{
color: #134180;
}
.AnyTagClassName
{
color: #134180;
}
</style>
background-color css
<style>
a { background-color: #134180; }
a { background-color: rgb(19,65,128); }
div.DivClassName
{
background-color: #134180;
}
.BgClassName
{
background-color: #134180;
}
</style>
border-color css
<style>
span { border-color: #134180; }
span { border-color: rgb(19,65,128); }
td.TdClassName
{
border-color: #134180;
}
.TagClassName
{
border-color: #134180;
}
</style>