Shades of Dark Cerulean #1B4088
Tints of Dark Cerulean #1B4088
RGB
CMYK
RGB Variations
Color information
#1B4088 (or 0x1B4088) is known color: Dark Cerulean. HEX triplet: 1B, 40 and 88. RGB value is (27,64,136). Sum of RGB (Red+Green+Blue) = 27+64+136=227 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.89% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #1B4088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4088 is #E4BF77. Grayscale: #3C3C3C. Windows color (decimal): -14991224 or 8929307. OLE color: 8929307.
HSL color Cylindrical-coordinate representation of color #1B4088: hue angle of 219.63º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B4088 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 27 | 64 | 136 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.47 |
| HSL | 219.63º | 0.67% | 0.32% | - |
| HSV(B) | 219.63º | 0.8% | 0.53% | - |
| XYZ | 6.73 | 5.68 | 24.03 | - |
| YUV | 61.15 | 170.24 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 64 | 136 | 0.80 | 0.53 | 0 | 0.47 | 219.63 | 0.67 | 0.32 |
| Hex | 1B | 40 | 88 | 50 | 35 | 0 | 2F | DC | 43 | 20 |
| Octal | 33 | 100 | 210 | 120 | 65 | 0 | 57 | 334 | 103 | 40 |
| Binary | 11011 | 1000000 | 10001000 | 1010000 | 110101 | 0 | 101111 | 11011100 | 1000011 | 100000 |
Color Harmonies of #1B4088
Complementary color
Monochromatic Colors of #1B4088
Black with #1B4088
Text Example
Text Example
White with #1B4088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4088; }
p { color: rgb(27,64,136); }
H1.HeaderClassName
{
color: #1B4088;
}
.AnyTagClassName
{
color: #1B4088;
}
</style>
background-color css
<style>
a { background-color: #1B4088; }
a { background-color: rgb(27,64,136); }
div.DivClassName
{
background-color: #1B4088;
}
.BgClassName
{
background-color: #1B4088;
}
</style>
border-color css
<style>
span { border-color: #1B4088; }
span { border-color: rgb(27,64,136); }
td.TdClassName
{
border-color: #1B4088;
}
.TagClassName
{
border-color: #1B4088;
}
</style>