Shades of Cerulean #1478B1
Tints of Cerulean #1478B1
RGB
CMYK
RGB Variations
Color information
#1478B1 (or 0x1478B1) is known color: Cerulean. HEX triplet: 14, 78 and B1. RGB value is (20,120,177). Sum of RGB (Red+Green+Blue) = 20+120+177=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 177 (69.53% from 255 or 55.84% from 317); Max value from RGB is 177 - color contains mainly: blue. Hex color #1478B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1478B1 is #EB874E. Grayscale: #606060. Windows color (decimal): -15435599 or 11630612. OLE color: 11630612.
HSL color Cylindrical-coordinate representation of color #1478B1: hue angle of 201.78º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1478B1 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 120 | 177 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.31 |
| HSL | 201.78º | 0.8% | 0.39% | - |
| HSV(B) | 201.78º | 0.89% | 0.69% | - |
| XYZ | 14.94 | 16.76 | 44.04 | - |
| YUV | 96.6 | 173.37 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 120 | 177 | 0.89 | 0.32 | 0 | 0.31 | 201.78 | 0.8 | 0.39 |
| Hex | 14 | 78 | B1 | 59 | 20 | 0 | 1F | CA | 50 | 27 |
| Octal | 24 | 170 | 261 | 131 | 40 | 0 | 37 | 312 | 120 | 47 |
| Binary | 10100 | 1111000 | 10110001 | 1011001 | 100000 | 0 | 11111 | 11001010 | 1010000 | 100111 |
Color Harmonies of #1478B1
Complementary color
Monochromatic Colors of #1478B1
Black with #1478B1
Text Example
Text Example
White with #1478B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1478B1; }
p { color: rgb(20,120,177); }
H1.HeaderClassName
{
color: #1478B1;
}
.AnyTagClassName
{
color: #1478B1;
}
</style>
background-color css
<style>
a { background-color: #1478B1; }
a { background-color: rgb(20,120,177); }
div.DivClassName
{
background-color: #1478B1;
}
.BgClassName
{
background-color: #1478B1;
}
</style>
border-color css
<style>
span { border-color: #1478B1; }
span { border-color: rgb(20,120,177); }
td.TdClassName
{
border-color: #1478B1;
}
.TagClassName
{
border-color: #1478B1;
}
</style>