Shades of Dark Cerulean #1B4480
Tints of Dark Cerulean #1B4480
RGB
CMYK
RGB Variations
Color information
#1B4480 (or 0x1B4480) is known color: Dark Cerulean. HEX triplet: 1B, 44 and 80. RGB value is (27,68,128). Sum of RGB (Red+Green+Blue) = 27+68+128=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #1B4480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4480 is #E4BB7F. Grayscale: #3E3E3E. Windows color (decimal): -14990208 or 8406043. OLE color: 8406043.
HSL color Cylindrical-coordinate representation of color #1B4480: hue angle of 215.64º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B4480 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 27 | 68 | 128 | - |
| CMYK | 0.79 | 0.47 | 0 | 0.50 |
| HSL | 215.64º | 0.65% | 0.3% | - |
| HSV(B) | 215.64º | 0.79% | 0.5% | - |
| XYZ | 6.42 | 5.93 | 21.23 | - |
| YUV | 62.58 | 164.92 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 68 | 128 | 0.79 | 0.47 | 0 | 0.50 | 215.64 | 0.65 | 0.3 |
| Hex | 1B | 44 | 80 | 4F | 2F | 0 | 32 | D8 | 41 | 1E |
| Octal | 33 | 104 | 200 | 117 | 57 | 0 | 62 | 330 | 101 | 36 |
| Binary | 11011 | 1000100 | 10000000 | 1001111 | 101111 | 0 | 110010 | 11011000 | 1000001 | 11110 |
Color Harmonies of #1B4480
Complementary color
Monochromatic Colors of #1B4480
Black with #1B4480
Text Example
Text Example
White with #1B4480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4480; }
p { color: rgb(27,68,128); }
H1.HeaderClassName
{
color: #1B4480;
}
.AnyTagClassName
{
color: #1B4480;
}
</style>
background-color css
<style>
a { background-color: #1B4480; }
a { background-color: rgb(27,68,128); }
div.DivClassName
{
background-color: #1B4480;
}
.BgClassName
{
background-color: #1B4480;
}
</style>
border-color css
<style>
span { border-color: #1B4480; }
span { border-color: rgb(27,68,128); }
td.TdClassName
{
border-color: #1B4480;
}
.TagClassName
{
border-color: #1B4480;
}
</style>