Shades of Cerulean #1A7EBA
Tints of Cerulean #1A7EBA
RGB
CMYK
RGB Variations
Color information
#1A7EBA (or 0x1A7EBA) is known color: Cerulean. HEX triplet: 1A, 7E and BA. RGB value is (26,126,186). Sum of RGB (Red+Green+Blue) = 26+126+186=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A7EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7EBA is #E58145. Grayscale: #666666. Windows color (decimal): -15040838 or 12221978. OLE color: 12221978.
HSL color Cylindrical-coordinate representation of color #1A7EBA: hue angle of 202.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A7EBA is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 126 | 186 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.27 |
| HSL | 202.5º | 0.75% | 0.42% | - |
| HSV(B) | 202.5º | 0.86% | 0.73% | - |
| XYZ | 16.75 | 18.69 | 49.18 | - |
| YUV | 102.94 | 174.87 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 126 | 186 | 0.86 | 0.32 | 0 | 0.27 | 202.5 | 0.75 | 0.42 |
| Hex | 1A | 7E | BA | 56 | 20 | 0 | 1B | CA | 4B | 2A |
| Octal | 32 | 176 | 272 | 126 | 40 | 0 | 33 | 312 | 113 | 52 |
| Binary | 11010 | 1111110 | 10111010 | 1010110 | 100000 | 0 | 11011 | 11001010 | 1001011 | 101010 |
Color Harmonies of #1A7EBA
Complementary color
Monochromatic Colors of #1A7EBA
Black with #1A7EBA
Text Example
Text Example
White with #1A7EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7EBA; }
p { color: rgb(26,126,186); }
H1.HeaderClassName
{
color: #1A7EBA;
}
.AnyTagClassName
{
color: #1A7EBA;
}
</style>
background-color css
<style>
a { background-color: #1A7EBA; }
a { background-color: rgb(26,126,186); }
div.DivClassName
{
background-color: #1A7EBA;
}
.BgClassName
{
background-color: #1A7EBA;
}
</style>
border-color css
<style>
span { border-color: #1A7EBA; }
span { border-color: rgb(26,126,186); }
td.TdClassName
{
border-color: #1A7EBA;
}
.TagClassName
{
border-color: #1A7EBA;
}
</style>