Shades of Cerulean Blue #1B4DC4
Tints of Cerulean Blue #1B4DC4
RGB
CMYK
RGB Variations
Color information
#1B4DC4 (or 0x1B4DC4) is known color: Cerulean Blue. HEX triplet: 1B, 4D and C4. RGB value is (27,77,196). Sum of RGB (Red+Green+Blue) = 27+77+196=300 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 196 (76.95% from 255 or 65.33% from 300); Max value from RGB is 196 - color contains mainly: blue. Hex color #1B4DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B4DC4 is #E4B23B. Grayscale: #4B4B4B. Windows color (decimal): -14987836 or 12864795. OLE color: 12864795.
HSL color Cylindrical-coordinate representation of color #1B4DC4: hue angle of 222.25º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B4DC4 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 77 | 196 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.23 |
| HSL | 222.25º | 0.76% | 0.44% | - |
| HSV(B) | 222.25º | 0.86% | 0.77% | - |
| XYZ | 13.07 | 9.53 | 53.37 | - |
| YUV | 75.62 | 195.94 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 77 | 196 | 0.86 | 0.61 | 0 | 0.23 | 222.25 | 0.76 | 0.44 |
| Hex | 1B | 4D | C4 | 56 | 3D | 0 | 17 | DE | 4C | 2C |
| Octal | 33 | 115 | 304 | 126 | 75 | 0 | 27 | 336 | 114 | 54 |
| Binary | 11011 | 1001101 | 11000100 | 1010110 | 111101 | 0 | 10111 | 11011110 | 1001100 | 101100 |
Color Harmonies of #1B4DC4
Complementary color
Monochromatic Colors of #1B4DC4
Black with #1B4DC4
Text Example
Text Example
White with #1B4DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4DC4; }
p { color: rgb(27,77,196); }
H1.HeaderClassName
{
color: #1B4DC4;
}
.AnyTagClassName
{
color: #1B4DC4;
}
</style>
background-color css
<style>
a { background-color: #1B4DC4; }
a { background-color: rgb(27,77,196); }
div.DivClassName
{
background-color: #1B4DC4;
}
.BgClassName
{
background-color: #1B4DC4;
}
</style>
border-color css
<style>
span { border-color: #1B4DC4; }
span { border-color: rgb(27,77,196); }
td.TdClassName
{
border-color: #1B4DC4;
}
.TagClassName
{
border-color: #1B4DC4;
}
</style>