Shades of Cerulean #1A7FAF
Tints of Cerulean #1A7FAF
RGB
CMYK
RGB Variations
Color information
#1A7FAF (or 0x1A7FAF) is known color: Cerulean. HEX triplet: 1A, 7F and AF. RGB value is (26,127,175). Sum of RGB (Red+Green+Blue) = 26+127+175=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A7FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7FAF is #E58050. Grayscale: #656565. Windows color (decimal): -15040593 or 11501338. OLE color: 11501338.
HSL color Cylindrical-coordinate representation of color #1A7FAF: hue angle of 199.33º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A7FAF is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 127 | 175 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.31 |
| HSL | 199.33º | 0.74% | 0.39% | - |
| HSV(B) | 199.33º | 0.85% | 0.69% | - |
| XYZ | 15.75 | 18.49 | 43.3 | - |
| YUV | 102.27 | 169.04 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 127 | 175 | 0.85 | 0.27 | 0 | 0.31 | 199.33 | 0.74 | 0.39 |
| Hex | 1A | 7F | AF | 55 | 1B | 0 | 1F | C7 | 4A | 27 |
| Octal | 32 | 177 | 257 | 125 | 33 | 0 | 37 | 307 | 112 | 47 |
| Binary | 11010 | 1111111 | 10101111 | 1010101 | 11011 | 0 | 11111 | 11000111 | 1001010 | 100111 |
Color Harmonies of #1A7FAF
Complementary color
Monochromatic Colors of #1A7FAF
Black with #1A7FAF
Text Example
Text Example
White with #1A7FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7FAF; }
p { color: rgb(26,127,175); }
H1.HeaderClassName
{
color: #1A7FAF;
}
.AnyTagClassName
{
color: #1A7FAF;
}
</style>
background-color css
<style>
a { background-color: #1A7FAF; }
a { background-color: rgb(26,127,175); }
div.DivClassName
{
background-color: #1A7FAF;
}
.BgClassName
{
background-color: #1A7FAF;
}
</style>
border-color css
<style>
span { border-color: #1A7FAF; }
span { border-color: rgb(26,127,175); }
td.TdClassName
{
border-color: #1A7FAF;
}
.TagClassName
{
border-color: #1A7FAF;
}
</style>