Shades of Dark Cerulean #1B4576
Tints of Dark Cerulean #1B4576
RGB
CMYK
RGB Variations
Color information
#1B4576 (or 0x1B4576) is known color: Dark Cerulean. HEX triplet: 1B, 45 and 76. RGB value is (27,69,118). Sum of RGB (Red+Green+Blue) = 27+69+118=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B4576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4576 is #E4BA89. Grayscale: #3D3D3D. Windows color (decimal): -14989962 or 7750939. OLE color: 7750939.
HSL color Cylindrical-coordinate representation of color #1B4576: hue angle of 212.31º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B4576 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 69 | 118 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.54 |
| HSL | 212.31º | 0.63% | 0.28% | - |
| HSV(B) | 212.31º | 0.77% | 0.46% | - |
| XYZ | 5.85 | 5.8 | 17.95 | - |
| YUV | 62.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 69 | 118 | 0.77 | 0.42 | 0 | 0.54 | 212.31 | 0.63 | 0.28 |
| Hex | 1B | 45 | 76 | 4D | 2A | 0 | 36 | D4 | 3F | 1C |
| Octal | 33 | 105 | 166 | 115 | 52 | 0 | 66 | 324 | 77 | 34 |
| Binary | 11011 | 1000101 | 1110110 | 1001101 | 101010 | 0 | 110110 | 11010100 | 111111 | 11100 |
Color Harmonies of #1B4576
Complementary color
Monochromatic Colors of #1B4576
Black with #1B4576
Text Example
Text Example
White with #1B4576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4576; }
p { color: rgb(27,69,118); }
H1.HeaderClassName
{
color: #1B4576;
}
.AnyTagClassName
{
color: #1B4576;
}
</style>
background-color css
<style>
a { background-color: #1B4576; }
a { background-color: rgb(27,69,118); }
div.DivClassName
{
background-color: #1B4576;
}
.BgClassName
{
background-color: #1B4576;
}
</style>
border-color css
<style>
span { border-color: #1B4576; }
span { border-color: rgb(27,69,118); }
td.TdClassName
{
border-color: #1B4576;
}
.TagClassName
{
border-color: #1B4576;
}
</style>