Shades of Cerulean Blue #1D4AAF
Tints of Cerulean Blue #1D4AAF
RGB
CMYK
RGB Variations
Color information
#1D4AAF (or 0x1D4AAF) is known color: Cerulean Blue. HEX triplet: 1D, 4A and AF. RGB value is (29,74,175). Sum of RGB (Red+Green+Blue) = 29+74+175=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D4AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4AAF is #E2B550. Grayscale: #474747. Windows color (decimal): -14857553 or 11487773. OLE color: 11487773.
HSL color Cylindrical-coordinate representation of color #1D4AAF: hue angle of 221.51º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D4AAF is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 74 | 175 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.31 |
| HSL | 221.51º | 0.72% | 0.4% | - |
| HSV(B) | 221.51º | 0.83% | 0.69% | - |
| XYZ | 10.69 | 8.25 | 41.59 | - |
| YUV | 72.06 | 186.09 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 74 | 175 | 0.83 | 0.58 | 0 | 0.31 | 221.51 | 0.72 | 0.4 |
| Hex | 1D | 4A | AF | 53 | 3A | 0 | 1F | DE | 48 | 28 |
| Octal | 35 | 112 | 257 | 123 | 72 | 0 | 37 | 336 | 110 | 50 |
| Binary | 11101 | 1001010 | 10101111 | 1010011 | 111010 | 0 | 11111 | 11011110 | 1001000 | 101000 |
Color Harmonies of #1D4AAF
Complementary color
Monochromatic Colors of #1D4AAF
Black with #1D4AAF
Text Example
Text Example
White with #1D4AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4AAF; }
p { color: rgb(29,74,175); }
H1.HeaderClassName
{
color: #1D4AAF;
}
.AnyTagClassName
{
color: #1D4AAF;
}
</style>
background-color css
<style>
a { background-color: #1D4AAF; }
a { background-color: rgb(29,74,175); }
div.DivClassName
{
background-color: #1D4AAF;
}
.BgClassName
{
background-color: #1D4AAF;
}
</style>
border-color css
<style>
span { border-color: #1D4AAF; }
span { border-color: rgb(29,74,175); }
td.TdClassName
{
border-color: #1D4AAF;
}
.TagClassName
{
border-color: #1D4AAF;
}
</style>