Shades of Dark Cerulean #134081
Tints of Dark Cerulean #134081
RGB
CMYK
RGB Variations
Color information
#134081 (or 0x134081) is known color: Dark Cerulean. HEX triplet: 13, 40 and 81. RGB value is (19,64,129). Sum of RGB (Red+Green+Blue) = 19+64+129=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #134081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134081 is #ECBF7E. Grayscale: #393939. Windows color (decimal): -15515519 or 8470547. OLE color: 8470547.
HSL color Cylindrical-coordinate representation of color #134081: hue angle of 215.45º 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 #134081 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 64 | 129 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.49 |
| HSL | 215.45º | 0.74% | 0.29% | - |
| HSV(B) | 215.45º | 0.85% | 0.51% | - |
| XYZ | 6.06 | 5.39 | 21.49 | - |
| YUV | 57.96 | 168.09 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 129 | 0.85 | 0.50 | 0 | 0.49 | 215.45 | 0.74 | 0.29 |
| Hex | 13 | 40 | 81 | 55 | 32 | 0 | 31 | D7 | 4A | 1D |
| Octal | 23 | 100 | 201 | 125 | 62 | 0 | 61 | 327 | 112 | 35 |
| Binary | 10011 | 1000000 | 10000001 | 1010101 | 110010 | 0 | 110001 | 11010111 | 1001010 | 11101 |
Color Harmonies of #134081
Complementary color
Monochromatic Colors of #134081
Black with #134081
Text Example
Text Example
White with #134081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134081; }
p { color: rgb(19,64,129); }
H1.HeaderClassName
{
color: #134081;
}
.AnyTagClassName
{
color: #134081;
}
</style>
background-color css
<style>
a { background-color: #134081; }
a { background-color: rgb(19,64,129); }
div.DivClassName
{
background-color: #134081;
}
.BgClassName
{
background-color: #134081;
}
</style>
border-color css
<style>
span { border-color: #134081; }
span { border-color: rgb(19,64,129); }
td.TdClassName
{
border-color: #134081;
}
.TagClassName
{
border-color: #134081;
}
</style>