Shades of Cerulean Blue #1B52B6
Tints of Cerulean Blue #1B52B6
RGB
CMYK
RGB Variations
Color information
#1B52B6 (or 0x1B52B6) is known color: Cerulean Blue. HEX triplet: 1B, 52 and B6. RGB value is (27,82,182). Sum of RGB (Red+Green+Blue) = 27+82+182=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 182 (71.48% from 255 or 62.54% from 291); Max value from RGB is 182 - color contains mainly: blue. Hex color #1B52B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B52B6 is #E4AD49. Grayscale: #4C4C4C. Windows color (decimal): -14986570 or 11948571. OLE color: 11948571.
HSL color Cylindrical-coordinate representation of color #1B52B6: hue angle of 218.71º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B52B6 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 82 | 182 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.29 |
| HSL | 218.71º | 0.74% | 0.41% | - |
| HSV(B) | 218.71º | 0.85% | 0.71% | - |
| XYZ | 11.91 | 9.64 | 45.49 | - |
| YUV | 76.96 | 187.28 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 82 | 182 | 0.85 | 0.55 | 0 | 0.29 | 218.71 | 0.74 | 0.41 |
| Hex | 1B | 52 | B6 | 55 | 37 | 0 | 1D | DB | 4A | 29 |
| Octal | 33 | 122 | 266 | 125 | 67 | 0 | 35 | 333 | 112 | 51 |
| Binary | 11011 | 1010010 | 10110110 | 1010101 | 110111 | 0 | 11101 | 11011011 | 1001010 | 101001 |
Color Harmonies of #1B52B6
Complementary color
Monochromatic Colors of #1B52B6
Black with #1B52B6
Text Example
Text Example
White with #1B52B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B52B6; }
p { color: rgb(27,82,182); }
H1.HeaderClassName
{
color: #1B52B6;
}
.AnyTagClassName
{
color: #1B52B6;
}
</style>
background-color css
<style>
a { background-color: #1B52B6; }
a { background-color: rgb(27,82,182); }
div.DivClassName
{
background-color: #1B52B6;
}
.BgClassName
{
background-color: #1B52B6;
}
</style>
border-color css
<style>
span { border-color: #1B52B6; }
span { border-color: rgb(27,82,182); }
td.TdClassName
{
border-color: #1B52B6;
}
.TagClassName
{
border-color: #1B52B6;
}
</style>