Shades of Cerulean #137BB8
Tints of Cerulean #137BB8
RGB
CMYK
RGB Variations
Color information
#137BB8 (or 0x137BB8) is known color: Cerulean. HEX triplet: 13, 7B and B8. RGB value is (19,123,184). Sum of RGB (Red+Green+Blue) = 19+123+184=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 184 (72.27% from 255 or 56.44% from 326); Max value from RGB is 184 - color contains mainly: blue. Hex color #137BB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #137BB8 is #EC8447. Grayscale: #626262. Windows color (decimal): -15500360 or 12090131. OLE color: 12090131.
HSL color Cylindrical-coordinate representation of color #137BB8: hue angle of 202.18º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #137BB8 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 123 | 184 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.28 |
| HSL | 202.18º | 0.81% | 0.4% | - |
| HSV(B) | 202.18º | 0.9% | 0.72% | - |
| XYZ | 16 | 17.77 | 47.93 | - |
| YUV | 98.86 | 176.04 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 184 | 0.90 | 0.33 | 0 | 0.28 | 202.18 | 0.81 | 0.4 |
| Hex | 13 | 7B | B8 | 5A | 21 | 0 | 1C | CA | 51 | 28 |
| Octal | 23 | 173 | 270 | 132 | 41 | 0 | 34 | 312 | 121 | 50 |
| Binary | 10011 | 1111011 | 10111000 | 1011010 | 100001 | 0 | 11100 | 11001010 | 1010001 | 101000 |
Color Harmonies of #137BB8
Complementary color
Monochromatic Colors of #137BB8
Black with #137BB8
Text Example
Text Example
White with #137BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137BB8; }
p { color: rgb(19,123,184); }
H1.HeaderClassName
{
color: #137BB8;
}
.AnyTagClassName
{
color: #137BB8;
}
</style>
background-color css
<style>
a { background-color: #137BB8; }
a { background-color: rgb(19,123,184); }
div.DivClassName
{
background-color: #137BB8;
}
.BgClassName
{
background-color: #137BB8;
}
</style>
border-color css
<style>
span { border-color: #137BB8; }
span { border-color: rgb(19,123,184); }
td.TdClassName
{
border-color: #137BB8;
}
.TagClassName
{
border-color: #137BB8;
}
</style>