Shades of Cerulean #136BA5
Tints of Cerulean #136BA5
RGB
CMYK
RGB Variations
Color information
#136BA5 (or 0x136BA5) is known color: Cerulean. HEX triplet: 13, 6B and A5. RGB value is (19,107,165). Sum of RGB (Red+Green+Blue) = 19+107+165=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 165 (64.84% from 255 or 56.70% from 291); Max value from RGB is 165 - color contains mainly: blue. Hex color #136BA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136BA5 is #EC945A. Grayscale: #565656. Windows color (decimal): -15504475 or 10840851. OLE color: 10840851.
HSL color Cylindrical-coordinate representation of color #136BA5: hue angle of 203.84º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #136BA5 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 107 | 165 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.35 |
| HSL | 203.84º | 0.79% | 0.36% | - |
| HSV(B) | 203.84º | 0.88% | 0.65% | - |
| XYZ | 12.32 | 13.37 | 37.53 | - |
| YUV | 87.3 | 171.85 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 107 | 165 | 0.88 | 0.35 | 0 | 0.35 | 203.84 | 0.79 | 0.36 |
| Hex | 13 | 6B | A5 | 58 | 23 | 0 | 23 | CC | 4F | 24 |
| Octal | 23 | 153 | 245 | 130 | 43 | 0 | 43 | 314 | 117 | 44 |
| Binary | 10011 | 1101011 | 10100101 | 1011000 | 100011 | 0 | 100011 | 11001100 | 1001111 | 100100 |
Color Harmonies of #136BA5
Complementary color
Monochromatic Colors of #136BA5
Black with #136BA5
Text Example
Text Example
White with #136BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136BA5; }
p { color: rgb(19,107,165); }
H1.HeaderClassName
{
color: #136BA5;
}
.AnyTagClassName
{
color: #136BA5;
}
</style>
background-color css
<style>
a { background-color: #136BA5; }
a { background-color: rgb(19,107,165); }
div.DivClassName
{
background-color: #136BA5;
}
.BgClassName
{
background-color: #136BA5;
}
</style>
border-color css
<style>
span { border-color: #136BA5; }
span { border-color: rgb(19,107,165); }
td.TdClassName
{
border-color: #136BA5;
}
.TagClassName
{
border-color: #136BA5;
}
</style>