Shades of Cerulean #1A7BAF
Tints of Cerulean #1A7BAF
RGB
CMYK
RGB Variations
Color information
#1A7BAF (or 0x1A7BAF) is known color: Cerulean. HEX triplet: 1A, 7B and AF. RGB value is (26,123,175). Sum of RGB (Red+Green+Blue) = 26+123+175=324 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.02% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 175 (68.75% from 255 or 54.01% from 324); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A7BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7BAF is #E58450. Grayscale: #636363. Windows color (decimal): -15041617 or 11500314. OLE color: 11500314.
HSL color Cylindrical-coordinate representation of color #1A7BAF: hue angle of 200.94º 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 #1A7BAF is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 123 | 175 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.31 |
| HSL | 200.94º | 0.74% | 0.39% | - |
| HSV(B) | 200.94º | 0.85% | 0.69% | - |
| XYZ | 15.25 | 17.48 | 43.13 | - |
| YUV | 99.93 | 170.36 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 123 | 175 | 0.85 | 0.30 | 0 | 0.31 | 200.94 | 0.74 | 0.39 |
| Hex | 1A | 7B | AF | 55 | 1E | 0 | 1F | C9 | 4A | 27 |
| Octal | 32 | 173 | 257 | 125 | 36 | 0 | 37 | 311 | 112 | 47 |
| Binary | 11010 | 1111011 | 10101111 | 1010101 | 11110 | 0 | 11111 | 11001001 | 1001010 | 100111 |
Color Harmonies of #1A7BAF
Complementary color
Monochromatic Colors of #1A7BAF
Black with #1A7BAF
Text Example
Text Example
White with #1A7BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7BAF; }
p { color: rgb(26,123,175); }
H1.HeaderClassName
{
color: #1A7BAF;
}
.AnyTagClassName
{
color: #1A7BAF;
}
</style>
background-color css
<style>
a { background-color: #1A7BAF; }
a { background-color: rgb(26,123,175); }
div.DivClassName
{
background-color: #1A7BAF;
}
.BgClassName
{
background-color: #1A7BAF;
}
</style>
border-color css
<style>
span { border-color: #1A7BAF; }
span { border-color: rgb(26,123,175); }
td.TdClassName
{
border-color: #1A7BAF;
}
.TagClassName
{
border-color: #1A7BAF;
}
</style>