Shades of Cerulean #187FAA
Tints of Cerulean #187FAA
RGB
CMYK
RGB Variations
Color information
#187FAA (or 0x187FAA) is known color: Cerulean. HEX triplet: 18, 7F and AA. RGB value is (24,127,170). Sum of RGB (Red+Green+Blue) = 24+127+170=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #187FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187FAA is #E78055. Grayscale: #646464. Windows color (decimal): -15171670 or 11173656. OLE color: 11173656.
HSL color Cylindrical-coordinate representation of color #187FAA: hue angle of 197.67º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #187FAA is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 127 | 170 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.33 |
| HSL | 197.67º | 0.75% | 0.38% | - |
| HSV(B) | 197.67º | 0.86% | 0.67% | - |
| XYZ | 15.22 | 18.28 | 40.76 | - |
| YUV | 101.11 | 166.88 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 127 | 170 | 0.86 | 0.25 | 0 | 0.33 | 197.67 | 0.75 | 0.38 |
| Hex | 18 | 7F | AA | 56 | 19 | 0 | 21 | C6 | 4B | 26 |
| Octal | 30 | 177 | 252 | 126 | 31 | 0 | 41 | 306 | 113 | 46 |
| Binary | 11000 | 1111111 | 10101010 | 1010110 | 11001 | 0 | 100001 | 11000110 | 1001011 | 100110 |
Color Harmonies of #187FAA
Complementary color
Monochromatic Colors of #187FAA
Black with #187FAA
Text Example
Text Example
White with #187FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187FAA; }
p { color: rgb(24,127,170); }
H1.HeaderClassName
{
color: #187FAA;
}
.AnyTagClassName
{
color: #187FAA;
}
</style>
background-color css
<style>
a { background-color: #187FAA; }
a { background-color: rgb(24,127,170); }
div.DivClassName
{
background-color: #187FAA;
}
.BgClassName
{
background-color: #187FAA;
}
</style>
border-color css
<style>
span { border-color: #187FAA; }
span { border-color: rgb(24,127,170); }
td.TdClassName
{
border-color: #187FAA;
}
.TagClassName
{
border-color: #187FAA;
}
</style>