Shades of Cerulean Blue #1B4CCC
Tints of Cerulean Blue #1B4CCC
RGB
CMYK
RGB Variations
Color information
#1B4CCC (or 0x1B4CCC) is known color: Cerulean Blue. HEX triplet: 1B, 4C and CC. RGB value is (27,76,204). Sum of RGB (Red+Green+Blue) = 27+76+204=307 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.79% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #1B4CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B4CCC is #E4B333. Grayscale: #4B4B4B. Windows color (decimal): -14988084 or 13388827. OLE color: 13388827.
HSL color Cylindrical-coordinate representation of color #1B4CCC: hue angle of 223.39º 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 #1B4CCC is Cyan = 0.87, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 27 | 76 | 204 | - |
| CMYK | 0.87 | 0.63 | 0 | 0.2 |
| HSL | 223.39º | 0.77% | 0.45% | - |
| HSV(B) | 223.39º | 0.87% | 0.8% | - |
| XYZ | 13.94 | 9.76 | 58.28 | - |
| YUV | 75.94 | 200.27 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 76 | 204 | 0.87 | 0.63 | 0 | 0.2 | 223.39 | 0.77 | 0.45 |
| Hex | 1B | 4C | CC | 57 | 3F | 0 | 14 | DF | 4D | 2D |
| Octal | 33 | 114 | 314 | 127 | 77 | 0 | 24 | 337 | 115 | 55 |
| Binary | 11011 | 1001100 | 11001100 | 1010111 | 111111 | 0 | 10100 | 11011111 | 1001101 | 101101 |
Color Harmonies of #1B4CCC
Complementary color
Monochromatic Colors of #1B4CCC
Black with #1B4CCC
Text Example
Text Example
White with #1B4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4CCC; }
p { color: rgb(27,76,204); }
H1.HeaderClassName
{
color: #1B4CCC;
}
.AnyTagClassName
{
color: #1B4CCC;
}
</style>
background-color css
<style>
a { background-color: #1B4CCC; }
a { background-color: rgb(27,76,204); }
div.DivClassName
{
background-color: #1B4CCC;
}
.BgClassName
{
background-color: #1B4CCC;
}
</style>
border-color css
<style>
span { border-color: #1B4CCC; }
span { border-color: rgb(27,76,204); }
td.TdClassName
{
border-color: #1B4CCC;
}
.TagClassName
{
border-color: #1B4CCC;
}
</style>