Shades of Cerulean Blue #1C4CCB
Tints of Cerulean Blue #1C4CCB
RGB
CMYK
RGB Variations
Color information
#1C4CCB (or 0x1C4CCB) is known color: Cerulean Blue. HEX triplet: 1C, 4C and CB. RGB value is (28,76,203). Sum of RGB (Red+Green+Blue) = 28+76+203=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C4CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C4CCB is #E3B334. Grayscale: #4B4B4B. Windows color (decimal): -14922549 or 13323292. OLE color: 13323292.
HSL color Cylindrical-coordinate representation of color #1C4CCB: hue angle of 223.54º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C4CCB is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 76 | 203 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.20 |
| HSL | 223.54º | 0.76% | 0.45% | - |
| HSV(B) | 223.54º | 0.86% | 0.8% | - |
| XYZ | 13.84 | 9.73 | 57.65 | - |
| YUV | 76.13 | 199.6 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 76 | 203 | 0.86 | 0.63 | 0 | 0.20 | 223.54 | 0.76 | 0.45 |
| Hex | 1C | 4C | CB | 56 | 3F | 0 | 14 | E0 | 4C | 2D |
| Octal | 34 | 114 | 313 | 126 | 77 | 0 | 24 | 340 | 114 | 55 |
| Binary | 11100 | 1001100 | 11001011 | 1010110 | 111111 | 0 | 10100 | 11100000 | 1001100 | 101101 |
Color Harmonies of #1C4CCB
Complementary color
Monochromatic Colors of #1C4CCB
Black with #1C4CCB
Text Example
Text Example
White with #1C4CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4CCB; }
p { color: rgb(28,76,203); }
H1.HeaderClassName
{
color: #1C4CCB;
}
.AnyTagClassName
{
color: #1C4CCB;
}
</style>
background-color css
<style>
a { background-color: #1C4CCB; }
a { background-color: rgb(28,76,203); }
div.DivClassName
{
background-color: #1C4CCB;
}
.BgClassName
{
background-color: #1C4CCB;
}
</style>
border-color css
<style>
span { border-color: #1C4CCB; }
span { border-color: rgb(28,76,203); }
td.TdClassName
{
border-color: #1C4CCB;
}
.TagClassName
{
border-color: #1C4CCB;
}
</style>