Shades of Cerulean Blue #1D4CBE
Tints of Cerulean Blue #1D4CBE
RGB
CMYK
RGB Variations
Color information
#1D4CBE (or 0x1D4CBE) is known color: Cerulean Blue. HEX triplet: 1D, 4C and BE. RGB value is (29,76,190). Sum of RGB (Red+Green+Blue) = 29+76+190=295 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.83% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D4CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D4CBE is #E2B341. Grayscale: #4A4A4A. Windows color (decimal): -14857026 or 12471325. OLE color: 12471325.
HSL color Cylindrical-coordinate representation of color #1D4CBE: hue angle of 222.48º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D4CBE is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 76 | 190 | - |
| CMYK | 0.85 | 0.60 | 0 | 0.25 |
| HSL | 222.48º | 0.74% | 0.43% | - |
| HSV(B) | 222.48º | 0.85% | 0.75% | - |
| XYZ | 12.39 | 9.15 | 49.83 | - |
| YUV | 74.94 | 192.93 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 76 | 190 | 0.85 | 0.60 | 0 | 0.25 | 222.48 | 0.74 | 0.43 |
| Hex | 1D | 4C | BE | 55 | 3C | 0 | 19 | DE | 4A | 2B |
| Octal | 35 | 114 | 276 | 125 | 74 | 0 | 31 | 336 | 112 | 53 |
| Binary | 11101 | 1001100 | 10111110 | 1010101 | 111100 | 0 | 11001 | 11011110 | 1001010 | 101011 |
Color Harmonies of #1D4CBE
Complementary color
Monochromatic Colors of #1D4CBE
Black with #1D4CBE
Text Example
Text Example
White with #1D4CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4CBE; }
p { color: rgb(29,76,190); }
H1.HeaderClassName
{
color: #1D4CBE;
}
.AnyTagClassName
{
color: #1D4CBE;
}
</style>
background-color css
<style>
a { background-color: #1D4CBE; }
a { background-color: rgb(29,76,190); }
div.DivClassName
{
background-color: #1D4CBE;
}
.BgClassName
{
background-color: #1D4CBE;
}
</style>
border-color css
<style>
span { border-color: #1D4CBE; }
span { border-color: rgb(29,76,190); }
td.TdClassName
{
border-color: #1D4CBE;
}
.TagClassName
{
border-color: #1D4CBE;
}
</style>