Shades of Cerulean Blue #1B4FAC
Tints of Cerulean Blue #1B4FAC
RGB
CMYK
RGB Variations
Color information
#1B4FAC (or 0x1B4FAC) is known color: Cerulean Blue. HEX triplet: 1B, 4F and AC. RGB value is (27,79,172). Sum of RGB (Red+Green+Blue) = 27+79+172=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B4FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B4FAC is #E4B053. Grayscale: #494949. Windows color (decimal): -14987348 or 11292443. OLE color: 11292443.
HSL color Cylindrical-coordinate representation of color #1B4FAC: hue angle of 218.48º 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 #1B4FAC is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 79 | 172 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.33 |
| HSL | 218.48º | 0.73% | 0.39% | - |
| HSV(B) | 218.48º | 0.84% | 0.67% | - |
| XYZ | 10.69 | 8.8 | 40.17 | - |
| YUV | 74.05 | 183.27 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 79 | 172 | 0.84 | 0.54 | 0 | 0.33 | 218.48 | 0.73 | 0.39 |
| Hex | 1B | 4F | AC | 54 | 36 | 0 | 21 | DA | 49 | 27 |
| Octal | 33 | 117 | 254 | 124 | 66 | 0 | 41 | 332 | 111 | 47 |
| Binary | 11011 | 1001111 | 10101100 | 1010100 | 110110 | 0 | 100001 | 11011010 | 1001001 | 100111 |
Color Harmonies of #1B4FAC
Complementary color
Monochromatic Colors of #1B4FAC
Black with #1B4FAC
Text Example
Text Example
White with #1B4FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4FAC; }
p { color: rgb(27,79,172); }
H1.HeaderClassName
{
color: #1B4FAC;
}
.AnyTagClassName
{
color: #1B4FAC;
}
</style>
background-color css
<style>
a { background-color: #1B4FAC; }
a { background-color: rgb(27,79,172); }
div.DivClassName
{
background-color: #1B4FAC;
}
.BgClassName
{
background-color: #1B4FAC;
}
</style>
border-color css
<style>
span { border-color: #1B4FAC; }
span { border-color: rgb(27,79,172); }
td.TdClassName
{
border-color: #1B4FAC;
}
.TagClassName
{
border-color: #1B4FAC;
}
</style>