Shades of Cerulean #1475AB
Tints of Cerulean #1475AB
RGB
CMYK
RGB Variations
Color information
#1475AB (or 0x1475AB) is known color: Cerulean. HEX triplet: 14, 75 and AB. RGB value is (20,117,171). Sum of RGB (Red+Green+Blue) = 20+117+171=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #1475AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1475AB is #EB8A54. Grayscale: #5D5D5D. Windows color (decimal): -15436373 or 11236628. OLE color: 11236628.
HSL color Cylindrical-coordinate representation of color #1475AB: hue angle of 201.46º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1475AB is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 117 | 171 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.33 |
| HSL | 201.46º | 0.79% | 0.37% | - |
| HSV(B) | 201.46º | 0.88% | 0.67% | - |
| XYZ | 14 | 15.81 | 40.84 | - |
| YUV | 94.15 | 171.36 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 171 | 0.88 | 0.32 | 0 | 0.33 | 201.46 | 0.79 | 0.37 |
| Hex | 14 | 75 | AB | 58 | 20 | 0 | 21 | C9 | 4F | 25 |
| Octal | 24 | 165 | 253 | 130 | 40 | 0 | 41 | 311 | 117 | 45 |
| Binary | 10100 | 1110101 | 10101011 | 1011000 | 100000 | 0 | 100001 | 11001001 | 1001111 | 100101 |
Color Harmonies of #1475AB
Complementary color
Monochromatic Colors of #1475AB
Black with #1475AB
Text Example
Text Example
White with #1475AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1475AB; }
p { color: rgb(20,117,171); }
H1.HeaderClassName
{
color: #1475AB;
}
.AnyTagClassName
{
color: #1475AB;
}
</style>
background-color css
<style>
a { background-color: #1475AB; }
a { background-color: rgb(20,117,171); }
div.DivClassName
{
background-color: #1475AB;
}
.BgClassName
{
background-color: #1475AB;
}
</style>
border-color css
<style>
span { border-color: #1475AB; }
span { border-color: rgb(20,117,171); }
td.TdClassName
{
border-color: #1475AB;
}
.TagClassName
{
border-color: #1475AB;
}
</style>