Shades of Cerulean #1878AF
Tints of Cerulean #1878AF
RGB
CMYK
RGB Variations
Color information
#1878AF (or 0x1878AF) is known color: Cerulean. HEX triplet: 18, 78 and AF. RGB value is (24,120,175). Sum of RGB (Red+Green+Blue) = 24+120+175=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #1878AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1878AF is #E78750. Grayscale: #616161. Windows color (decimal): -15173457 or 11499544. OLE color: 11499544.
HSL color Cylindrical-coordinate representation of color #1878AF: hue angle of 201.85º 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 #1878AF is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 120 | 175 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.31 |
| HSL | 201.85º | 0.76% | 0.39% | - |
| HSV(B) | 201.85º | 0.86% | 0.69% | - |
| XYZ | 14.83 | 16.72 | 43 | - |
| YUV | 97.57 | 171.7 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 120 | 175 | 0.86 | 0.31 | 0 | 0.31 | 201.85 | 0.76 | 0.39 |
| Hex | 18 | 78 | AF | 56 | 1F | 0 | 1F | CA | 4C | 27 |
| Octal | 30 | 170 | 257 | 126 | 37 | 0 | 37 | 312 | 114 | 47 |
| Binary | 11000 | 1111000 | 10101111 | 1010110 | 11111 | 0 | 11111 | 11001010 | 1001100 | 100111 |
Color Harmonies of #1878AF
Complementary color
Monochromatic Colors of #1878AF
Black with #1878AF
Text Example
Text Example
White with #1878AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1878AF; }
p { color: rgb(24,120,175); }
H1.HeaderClassName
{
color: #1878AF;
}
.AnyTagClassName
{
color: #1878AF;
}
</style>
background-color css
<style>
a { background-color: #1878AF; }
a { background-color: rgb(24,120,175); }
div.DivClassName
{
background-color: #1878AF;
}
.BgClassName
{
background-color: #1878AF;
}
</style>
border-color css
<style>
span { border-color: #1878AF; }
span { border-color: rgb(24,120,175); }
td.TdClassName
{
border-color: #1878AF;
}
.TagClassName
{
border-color: #1878AF;
}
</style>