Shades of Cerulean #1881AF
Tints of Cerulean #1881AF
RGB
CMYK
RGB Variations
Color information
#1881AF (or 0x1881AF) is known color: Cerulean. HEX triplet: 18, 81 and AF. RGB value is (24,129,175). Sum of RGB (Red+Green+Blue) = 24+129+175=328 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.32% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #1881AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1881AF is #E77E50. Grayscale: #666666. Windows color (decimal): -15171153 or 11501848. OLE color: 11501848.
HSL color Cylindrical-coordinate representation of color #1881AF: hue angle of 198.28º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1881AF is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 129 | 175 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.31 |
| HSL | 198.28º | 0.76% | 0.39% | - |
| HSV(B) | 198.28º | 0.86% | 0.69% | - |
| XYZ | 15.96 | 18.99 | 43.38 | - |
| YUV | 102.85 | 168.71 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 175 | 0.86 | 0.26 | 0 | 0.31 | 198.28 | 0.76 | 0.39 |
| Hex | 18 | 81 | AF | 56 | 1A | 0 | 1F | C6 | 4C | 27 |
| Octal | 30 | 201 | 257 | 126 | 32 | 0 | 37 | 306 | 114 | 47 |
| Binary | 11000 | 10000001 | 10101111 | 1010110 | 11010 | 0 | 11111 | 11000110 | 1001100 | 100111 |
Color Harmonies of #1881AF
Complementary color
Monochromatic Colors of #1881AF
Black with #1881AF
Text Example
Text Example
White with #1881AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1881AF; }
p { color: rgb(24,129,175); }
H1.HeaderClassName
{
color: #1881AF;
}
.AnyTagClassName
{
color: #1881AF;
}
</style>
background-color css
<style>
a { background-color: #1881AF; }
a { background-color: rgb(24,129,175); }
div.DivClassName
{
background-color: #1881AF;
}
.BgClassName
{
background-color: #1881AF;
}
</style>
border-color css
<style>
span { border-color: #1881AF; }
span { border-color: rgb(24,129,175); }
td.TdClassName
{
border-color: #1881AF;
}
.TagClassName
{
border-color: #1881AF;
}
</style>