Shades of Dark Cerulean #135382
Tints of Dark Cerulean #135382
RGB
CMYK
RGB Variations
Color information
#135382 (or 0x135382) is known color: Dark Cerulean. HEX triplet: 13, 53 and 82. RGB value is (19,83,130). Sum of RGB (Red+Green+Blue) = 19+83+130=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #135382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135382 is #ECAC7D. Grayscale: #444444. Windows color (decimal): -15510654 or 8540947. OLE color: 8540947.
HSL color Cylindrical-coordinate representation of color #135382: hue angle of 205.41º 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 #135382 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 83 | 130 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.49 |
| HSL | 205.41º | 0.74% | 0.29% | - |
| HSV(B) | 205.41º | 0.85% | 0.51% | - |
| XYZ | 7.39 | 7.94 | 22.26 | - |
| YUV | 69.22 | 162.3 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 130 | 0.85 | 0.36 | 0 | 0.49 | 205.41 | 0.74 | 0.29 |
| Hex | 13 | 53 | 82 | 55 | 24 | 0 | 31 | CD | 4A | 1D |
| Octal | 23 | 123 | 202 | 125 | 44 | 0 | 61 | 315 | 112 | 35 |
| Binary | 10011 | 1010011 | 10000010 | 1010101 | 100100 | 0 | 110001 | 11001101 | 1001010 | 11101 |
Color Harmonies of #135382
Complementary color
Monochromatic Colors of #135382
Black with #135382
Text Example
Text Example
White with #135382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135382; }
p { color: rgb(19,83,130); }
H1.HeaderClassName
{
color: #135382;
}
.AnyTagClassName
{
color: #135382;
}
</style>
background-color css
<style>
a { background-color: #135382; }
a { background-color: rgb(19,83,130); }
div.DivClassName
{
background-color: #135382;
}
.BgClassName
{
background-color: #135382;
}
</style>
border-color css
<style>
span { border-color: #135382; }
span { border-color: rgb(19,83,130); }
td.TdClassName
{
border-color: #135382;
}
.TagClassName
{
border-color: #135382;
}
</style>