Shades of Dark Cerulean #1B467F
Tints of Dark Cerulean #1B467F
RGB
CMYK
RGB Variations
Color information
#1B467F (or 0x1B467F) is known color: Dark Cerulean. HEX triplet: 1B, 46 and 7F. RGB value is (27,70,127). Sum of RGB (Red+Green+Blue) = 27+70+127=224 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.05% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #1B467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B467F is #E4B980. Grayscale: #3F3F3F. Windows color (decimal): -14989697 or 8341019. OLE color: 8341019.
HSL color Cylindrical-coordinate representation of color #1B467F: hue angle of 214.2º 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 #1B467F is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 27 | 70 | 127 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.50 |
| HSL | 214.2º | 0.65% | 0.3% | - |
| HSV(B) | 214.2º | 0.79% | 0.5% | - |
| XYZ | 6.47 | 6.15 | 20.92 | - |
| YUV | 63.64 | 163.75 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 70 | 127 | 0.79 | 0.45 | 0 | 0.50 | 214.2 | 0.65 | 0.3 |
| Hex | 1B | 46 | 7F | 4F | 2D | 0 | 32 | D6 | 41 | 1E |
| Octal | 33 | 106 | 177 | 117 | 55 | 0 | 62 | 326 | 101 | 36 |
| Binary | 11011 | 1000110 | 1111111 | 1001111 | 101101 | 0 | 110010 | 11010110 | 1000001 | 11110 |
Color Harmonies of #1B467F
Complementary color
Monochromatic Colors of #1B467F
Black with #1B467F
Text Example
Text Example
White with #1B467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B467F; }
p { color: rgb(27,70,127); }
H1.HeaderClassName
{
color: #1B467F;
}
.AnyTagClassName
{
color: #1B467F;
}
</style>
background-color css
<style>
a { background-color: #1B467F; }
a { background-color: rgb(27,70,127); }
div.DivClassName
{
background-color: #1B467F;
}
.BgClassName
{
background-color: #1B467F;
}
</style>
border-color css
<style>
span { border-color: #1B467F; }
span { border-color: rgb(27,70,127); }
td.TdClassName
{
border-color: #1B467F;
}
.TagClassName
{
border-color: #1B467F;
}
</style>