Shades of Cerulean #1478B3
Tints of Cerulean #1478B3
RGB
CMYK
RGB Variations
Color information
#1478B3 (or 0x1478B3) is known color: Cerulean. HEX triplet: 14, 78 and B3. RGB value is (20,120,179). Sum of RGB (Red+Green+Blue) = 20+120+179=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 179 (70.31% from 255 or 56.11% from 319); Max value from RGB is 179 - color contains mainly: blue. Hex color #1478B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1478B3 is #EB874C. Grayscale: #606060. Windows color (decimal): -15435597 or 11761684. OLE color: 11761684.
HSL color Cylindrical-coordinate representation of color #1478B3: hue angle of 202.26º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1478B3 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 120 | 179 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.30 |
| HSL | 202.26º | 0.8% | 0.39% | - |
| HSV(B) | 202.26º | 0.89% | 0.7% | - |
| XYZ | 15.14 | 16.84 | 45.1 | - |
| YUV | 96.83 | 174.37 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 120 | 179 | 0.89 | 0.33 | 0 | 0.30 | 202.26 | 0.8 | 0.39 |
| Hex | 14 | 78 | B3 | 59 | 21 | 0 | 1E | CA | 50 | 27 |
| Octal | 24 | 170 | 263 | 131 | 41 | 0 | 36 | 312 | 120 | 47 |
| Binary | 10100 | 1111000 | 10110011 | 1011001 | 100001 | 0 | 11110 | 11001010 | 1010000 | 100111 |
Color Harmonies of #1478B3
Complementary color
Monochromatic Colors of #1478B3
Black with #1478B3
Text Example
Text Example
White with #1478B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1478B3; }
p { color: rgb(20,120,179); }
H1.HeaderClassName
{
color: #1478B3;
}
.AnyTagClassName
{
color: #1478B3;
}
</style>
background-color css
<style>
a { background-color: #1478B3; }
a { background-color: rgb(20,120,179); }
div.DivClassName
{
background-color: #1478B3;
}
.BgClassName
{
background-color: #1478B3;
}
</style>
border-color css
<style>
span { border-color: #1478B3; }
span { border-color: rgb(20,120,179); }
td.TdClassName
{
border-color: #1478B3;
}
.TagClassName
{
border-color: #1478B3;
}
</style>