Shades of Dark Cerulean #135081
Tints of Dark Cerulean #135081
RGB
CMYK
RGB Variations
Color information
#135081 (or 0x135081) is known color: Dark Cerulean. HEX triplet: 13, 50 and 81. RGB value is (19,80,129). Sum of RGB (Red+Green+Blue) = 19+80+129=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 129 (50.78% from 255 or 56.58% from 228); Max value from RGB is 129 - color contains mainly: blue. Hex color #135081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135081 is #ECAF7E. Grayscale: #434343. Windows color (decimal): -15511423 or 8474643. OLE color: 8474643.
HSL color Cylindrical-coordinate representation of color #135081: hue angle of 206.73º 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 #135081 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 80 | 129 | - |
| CMYK | 0.85 | 0.38 | 0 | 0.49 |
| HSL | 206.73º | 0.74% | 0.29% | - |
| HSV(B) | 206.73º | 0.85% | 0.51% | - |
| XYZ | 7.1 | 7.46 | 21.83 | - |
| YUV | 67.35 | 162.79 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 129 | 0.85 | 0.38 | 0 | 0.49 | 206.73 | 0.74 | 0.29 |
| Hex | 13 | 50 | 81 | 55 | 26 | 0 | 31 | CF | 4A | 1D |
| Octal | 23 | 120 | 201 | 125 | 46 | 0 | 61 | 317 | 112 | 35 |
| Binary | 10011 | 1010000 | 10000001 | 1010101 | 100110 | 0 | 110001 | 11001111 | 1001010 | 11101 |
Color Harmonies of #135081
Complementary color
Monochromatic Colors of #135081
Black with #135081
Text Example
Text Example
White with #135081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135081; }
p { color: rgb(19,80,129); }
H1.HeaderClassName
{
color: #135081;
}
.AnyTagClassName
{
color: #135081;
}
</style>
background-color css
<style>
a { background-color: #135081; }
a { background-color: rgb(19,80,129); }
div.DivClassName
{
background-color: #135081;
}
.BgClassName
{
background-color: #135081;
}
</style>
border-color css
<style>
span { border-color: #135081; }
span { border-color: rgb(19,80,129); }
td.TdClassName
{
border-color: #135081;
}
.TagClassName
{
border-color: #135081;
}
</style>