Shades of Cerulean #1275AF
Tints of Cerulean #1275AF
RGB
CMYK
RGB Variations
Color information
#1275AF (or 0x1275AF) is known color: Cerulean. HEX triplet: 12, 75 and AF. RGB value is (18,117,175). Sum of RGB (Red+Green+Blue) = 18+117+175=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #1275AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1275AF is #ED8A50. Grayscale: #5D5D5D. Windows color (decimal): -15567441 or 11498770. OLE color: 11498770.
HSL color Cylindrical-coordinate representation of color #1275AF: hue angle of 202.17º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1275AF is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 117 | 175 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.31 |
| HSL | 202.17º | 0.81% | 0.38% | - |
| HSV(B) | 202.17º | 0.9% | 0.69% | - |
| XYZ | 14.35 | 15.95 | 42.88 | - |
| YUV | 94.01 | 173.7 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 175 | 0.90 | 0.33 | 0 | 0.31 | 202.17 | 0.81 | 0.38 |
| Hex | 12 | 75 | AF | 5A | 21 | 0 | 1F | CA | 51 | 26 |
| Octal | 22 | 165 | 257 | 132 | 41 | 0 | 37 | 312 | 121 | 46 |
| Binary | 10010 | 1110101 | 10101111 | 1011010 | 100001 | 0 | 11111 | 11001010 | 1010001 | 100110 |
Color Harmonies of #1275AF
Complementary color
Monochromatic Colors of #1275AF
Black with #1275AF
Text Example
Text Example
White with #1275AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1275AF; }
p { color: rgb(18,117,175); }
H1.HeaderClassName
{
color: #1275AF;
}
.AnyTagClassName
{
color: #1275AF;
}
</style>
background-color css
<style>
a { background-color: #1275AF; }
a { background-color: rgb(18,117,175); }
div.DivClassName
{
background-color: #1275AF;
}
.BgClassName
{
background-color: #1275AF;
}
</style>
border-color css
<style>
span { border-color: #1275AF; }
span { border-color: rgb(18,117,175); }
td.TdClassName
{
border-color: #1275AF;
}
.TagClassName
{
border-color: #1275AF;
}
</style>