Shades of Cerulean #137FA3
Tints of Cerulean #137FA3
RGB
CMYK
RGB Variations
Color information
#137FA3 (or 0x137FA3) is known color: Cerulean. HEX triplet: 13, 7F and A3. RGB value is (19,127,163). Sum of RGB (Red+Green+Blue) = 19+127+163=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 163 (64.06% from 255 or 52.75% from 309); Max value from RGB is 163 - color contains mainly: blue. Hex color #137FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137FA3 is #EC805C. Grayscale: #626262. Windows color (decimal): -15499357 or 10714899. OLE color: 10714899.
HSL color Cylindrical-coordinate representation of color #137FA3: hue angle of 195º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #137FA3 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 127 | 163 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.36 |
| HSL | 195º | 0.79% | 0.36% | - |
| HSV(B) | 195º | 0.88% | 0.64% | - |
| XYZ | 14.47 | 17.96 | 37.35 | - |
| YUV | 98.81 | 164.22 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 127 | 163 | 0.88 | 0.22 | 0 | 0.36 | 195 | 0.79 | 0.36 |
| Hex | 13 | 7F | A3 | 58 | 16 | 0 | 24 | C3 | 4F | 24 |
| Octal | 23 | 177 | 243 | 130 | 26 | 0 | 44 | 303 | 117 | 44 |
| Binary | 10011 | 1111111 | 10100011 | 1011000 | 10110 | 0 | 100100 | 11000011 | 1001111 | 100100 |
Color Harmonies of #137FA3
Complementary color
Monochromatic Colors of #137FA3
Black with #137FA3
Text Example
Text Example
White with #137FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137FA3; }
p { color: rgb(19,127,163); }
H1.HeaderClassName
{
color: #137FA3;
}
.AnyTagClassName
{
color: #137FA3;
}
</style>
background-color css
<style>
a { background-color: #137FA3; }
a { background-color: rgb(19,127,163); }
div.DivClassName
{
background-color: #137FA3;
}
.BgClassName
{
background-color: #137FA3;
}
</style>
border-color css
<style>
span { border-color: #137FA3; }
span { border-color: rgb(19,127,163); }
td.TdClassName
{
border-color: #137FA3;
}
.TagClassName
{
border-color: #137FA3;
}
</style>