Shades of Cerulean Blue #1A48EA
Tints of Cerulean Blue #1A48EA
RGB
CMYK
RGB Variations
Color information
#1A48EA (or 0x1A48EA) is known color: Cerulean Blue. HEX triplet: 1A, 48 and EA. RGB value is (26,72,234). Sum of RGB (Red+Green+Blue) = 26+72+234=332 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.83% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A48EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A48EA is #E5B715. Grayscale: #4C4C4C. Windows color (decimal): -15054614 or 15353882. OLE color: 15353882.
HSL color Cylindrical-coordinate representation of color #1A48EA: hue angle of 226.73º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A48EA is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 72 | 234 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.08 |
| HSL | 226.73º | 0.83% | 0.51% | - |
| HSV(B) | 226.73º | 0.89% | 0.92% | - |
| XYZ | 17.59 | 10.79 | 79 | - |
| YUV | 76.71 | 216.76 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 72 | 234 | 0.89 | 0.69 | 0 | 0.08 | 226.73 | 0.83 | 0.51 |
| Hex | 1A | 48 | EA | 59 | 45 | 0 | 8 | E3 | 53 | 33 |
| Octal | 32 | 110 | 352 | 131 | 105 | 0 | 10 | 343 | 123 | 63 |
| Binary | 11010 | 1001000 | 11101010 | 1011001 | 1000101 | 0 | 1000 | 11100011 | 1010011 | 110011 |
Color Harmonies of #1A48EA
Complementary color
Monochromatic Colors of #1A48EA
Black with #1A48EA
Text Example
Text Example
White with #1A48EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A48EA; }
p { color: rgb(26,72,234); }
H1.HeaderClassName
{
color: #1A48EA;
}
.AnyTagClassName
{
color: #1A48EA;
}
</style>
background-color css
<style>
a { background-color: #1A48EA; }
a { background-color: rgb(26,72,234); }
div.DivClassName
{
background-color: #1A48EA;
}
.BgClassName
{
background-color: #1A48EA;
}
</style>
border-color css
<style>
span { border-color: #1A48EA; }
span { border-color: rgb(26,72,234); }
td.TdClassName
{
border-color: #1A48EA;
}
.TagClassName
{
border-color: #1A48EA;
}
</style>