Shades of Cerulean Blue #1A4BCE
Tints of Cerulean Blue #1A4BCE
RGB
CMYK
RGB Variations
Color information
#1A4BCE (or 0x1A4BCE) is known color: Cerulean Blue. HEX triplet: 1A, 4B and CE. RGB value is (26,75,206). Sum of RGB (Red+Green+Blue) = 26+75+206=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A4BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A4BCE is #E5B431. Grayscale: #4A4A4A. Windows color (decimal): -15053874 or 13519642. OLE color: 13519642.
HSL color Cylindrical-coordinate representation of color #1A4BCE: hue angle of 223.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A4BCE is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 75 | 206 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.19 |
| HSL | 223.67º | 0.78% | 0.45% | - |
| HSV(B) | 223.67º | 0.87% | 0.81% | - |
| XYZ | 14.08 | 9.71 | 59.52 | - |
| YUV | 75.28 | 201.77 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 75 | 206 | 0.87 | 0.64 | 0 | 0.19 | 223.67 | 0.78 | 0.45 |
| Hex | 1A | 4B | CE | 57 | 40 | 0 | 13 | E0 | 4E | 2D |
| Octal | 32 | 113 | 316 | 127 | 100 | 0 | 23 | 340 | 116 | 55 |
| Binary | 11010 | 1001011 | 11001110 | 1010111 | 1000000 | 0 | 10011 | 11100000 | 1001110 | 101101 |
Color Harmonies of #1A4BCE
Complementary color
Monochromatic Colors of #1A4BCE
Black with #1A4BCE
Text Example
Text Example
White with #1A4BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4BCE; }
p { color: rgb(26,75,206); }
H1.HeaderClassName
{
color: #1A4BCE;
}
.AnyTagClassName
{
color: #1A4BCE;
}
</style>
background-color css
<style>
a { background-color: #1A4BCE; }
a { background-color: rgb(26,75,206); }
div.DivClassName
{
background-color: #1A4BCE;
}
.BgClassName
{
background-color: #1A4BCE;
}
</style>
border-color css
<style>
span { border-color: #1A4BCE; }
span { border-color: rgb(26,75,206); }
td.TdClassName
{
border-color: #1A4BCE;
}
.TagClassName
{
border-color: #1A4BCE;
}
</style>