Shades of Cerulean Blue #1B4DAC
Tints of Cerulean Blue #1B4DAC
RGB
CMYK
RGB Variations
Color information
#1B4DAC (or 0x1B4DAC) is known color: Cerulean Blue. HEX triplet: 1B, 4D and AC. RGB value is (27,77,172). Sum of RGB (Red+Green+Blue) = 27+77+172=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B4DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B4DAC is #E4B253. Grayscale: #484848. Windows color (decimal): -14987860 or 11291931. OLE color: 11291931.
HSL color Cylindrical-coordinate representation of color #1B4DAC: hue angle of 219.31º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B4DAC is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 77 | 172 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.33 |
| HSL | 219.31º | 0.73% | 0.39% | - |
| HSV(B) | 219.31º | 0.84% | 0.67% | - |
| XYZ | 10.55 | 8.52 | 40.12 | - |
| YUV | 72.88 | 183.94 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 77 | 172 | 0.84 | 0.55 | 0 | 0.33 | 219.31 | 0.73 | 0.39 |
| Hex | 1B | 4D | AC | 54 | 37 | 0 | 21 | DB | 49 | 27 |
| Octal | 33 | 115 | 254 | 124 | 67 | 0 | 41 | 333 | 111 | 47 |
| Binary | 11011 | 1001101 | 10101100 | 1010100 | 110111 | 0 | 100001 | 11011011 | 1001001 | 100111 |
Color Harmonies of #1B4DAC
Complementary color
Monochromatic Colors of #1B4DAC
Black with #1B4DAC
Text Example
Text Example
White with #1B4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4DAC; }
p { color: rgb(27,77,172); }
H1.HeaderClassName
{
color: #1B4DAC;
}
.AnyTagClassName
{
color: #1B4DAC;
}
</style>
background-color css
<style>
a { background-color: #1B4DAC; }
a { background-color: rgb(27,77,172); }
div.DivClassName
{
background-color: #1B4DAC;
}
.BgClassName
{
background-color: #1B4DAC;
}
</style>
border-color css
<style>
span { border-color: #1B4DAC; }
span { border-color: rgb(27,77,172); }
td.TdClassName
{
border-color: #1B4DAC;
}
.TagClassName
{
border-color: #1B4DAC;
}
</style>