Shades of Dark Cerulean #1B467D
Tints of Dark Cerulean #1B467D
RGB
CMYK
RGB Variations
Color information
#1B467D (or 0x1B467D) is known color: Dark Cerulean. HEX triplet: 1B, 46 and 7D. RGB value is (27,70,125). Sum of RGB (Red+Green+Blue) = 27+70+125=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #1B467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B467D is #E4B982. Grayscale: #3F3F3F. Windows color (decimal): -14989699 or 8209947. OLE color: 8209947.
HSL color Cylindrical-coordinate representation of color #1B467D: hue angle of 213.67º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B467D is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 70 | 125 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.51 |
| HSL | 213.67º | 0.64% | 0.3% | - |
| HSV(B) | 213.67º | 0.78% | 0.49% | - |
| XYZ | 6.34 | 6.09 | 20.24 | - |
| YUV | 63.41 | 162.75 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 70 | 125 | 0.78 | 0.44 | 0 | 0.51 | 213.67 | 0.64 | 0.3 |
| Hex | 1B | 46 | 7D | 4E | 2C | 0 | 33 | D6 | 40 | 1E |
| Octal | 33 | 106 | 175 | 116 | 54 | 0 | 63 | 326 | 100 | 36 |
| Binary | 11011 | 1000110 | 1111101 | 1001110 | 101100 | 0 | 110011 | 11010110 | 1000000 | 11110 |
Color Harmonies of #1B467D
Complementary color
Monochromatic Colors of #1B467D
Black with #1B467D
Text Example
Text Example
White with #1B467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B467D; }
p { color: rgb(27,70,125); }
H1.HeaderClassName
{
color: #1B467D;
}
.AnyTagClassName
{
color: #1B467D;
}
</style>
background-color css
<style>
a { background-color: #1B467D; }
a { background-color: rgb(27,70,125); }
div.DivClassName
{
background-color: #1B467D;
}
.BgClassName
{
background-color: #1B467D;
}
</style>
border-color css
<style>
span { border-color: #1B467D; }
span { border-color: rgb(27,70,125); }
td.TdClassName
{
border-color: #1B467D;
}
.TagClassName
{
border-color: #1B467D;
}
</style>