Shades of Cerulean Blue #1A4FCB
Tints of Cerulean Blue #1A4FCB
RGB
CMYK
RGB Variations
Color information
#1A4FCB (or 0x1A4FCB) is known color: Cerulean Blue. HEX triplet: 1A, 4F and CB. RGB value is (26,79,203). Sum of RGB (Red+Green+Blue) = 26+79+203=308 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.44% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #1A4FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A4FCB is #E5B034. Grayscale: #4C4C4C. Windows color (decimal): -15052853 or 13324058. OLE color: 13324058.
HSL color Cylindrical-coordinate representation of color #1A4FCB: hue angle of 222.03º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A4FCB is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 79 | 203 | - |
| CMYK | 0.87 | 0.61 | 0 | 0.20 |
| HSL | 222.03º | 0.77% | 0.45% | - |
| HSV(B) | 222.03º | 0.87% | 0.8% | - |
| XYZ | 14 | 10.12 | 57.72 | - |
| YUV | 77.29 | 198.94 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 79 | 203 | 0.87 | 0.61 | 0 | 0.20 | 222.03 | 0.77 | 0.45 |
| Hex | 1A | 4F | CB | 57 | 3D | 0 | 14 | DE | 4D | 2D |
| Octal | 32 | 117 | 313 | 127 | 75 | 0 | 24 | 336 | 115 | 55 |
| Binary | 11010 | 1001111 | 11001011 | 1010111 | 111101 | 0 | 10100 | 11011110 | 1001101 | 101101 |
Color Harmonies of #1A4FCB
Complementary color
Monochromatic Colors of #1A4FCB
Black with #1A4FCB
Text Example
Text Example
White with #1A4FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4FCB; }
p { color: rgb(26,79,203); }
H1.HeaderClassName
{
color: #1A4FCB;
}
.AnyTagClassName
{
color: #1A4FCB;
}
</style>
background-color css
<style>
a { background-color: #1A4FCB; }
a { background-color: rgb(26,79,203); }
div.DivClassName
{
background-color: #1A4FCB;
}
.BgClassName
{
background-color: #1A4FCB;
}
</style>
border-color css
<style>
span { border-color: #1A4FCB; }
span { border-color: rgb(26,79,203); }
td.TdClassName
{
border-color: #1A4FCB;
}
.TagClassName
{
border-color: #1A4FCB;
}
</style>