Shades of Dark Cerulean #1B407B
Tints of Dark Cerulean #1B407B
RGB
CMYK
RGB Variations
Color information
#1B407B (or 0x1B407B) is known color: Dark Cerulean. HEX triplet: 1B, 40 and 7B. RGB value is (27,64,123). Sum of RGB (Red+Green+Blue) = 27+64+123=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #1B407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B407B is #E4BF84. Grayscale: #3B3B3B. Windows color (decimal): -14991237 or 8077339. OLE color: 8077339.
HSL color Cylindrical-coordinate representation of color #1B407B: hue angle of 216.88º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B407B is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 64 | 123 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.52 |
| HSL | 216.88º | 0.64% | 0.29% | - |
| HSV(B) | 216.88º | 0.78% | 0.48% | - |
| XYZ | 5.86 | 5.33 | 19.46 | - |
| YUV | 59.66 | 163.74 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 64 | 123 | 0.78 | 0.48 | 0 | 0.52 | 216.88 | 0.64 | 0.29 |
| Hex | 1B | 40 | 7B | 4E | 30 | 0 | 34 | D9 | 40 | 1D |
| Octal | 33 | 100 | 173 | 116 | 60 | 0 | 64 | 331 | 100 | 35 |
| Binary | 11011 | 1000000 | 1111011 | 1001110 | 110000 | 0 | 110100 | 11011001 | 1000000 | 11101 |
Color Harmonies of #1B407B
Complementary color
Monochromatic Colors of #1B407B
Black with #1B407B
Text Example
Text Example
White with #1B407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B407B; }
p { color: rgb(27,64,123); }
H1.HeaderClassName
{
color: #1B407B;
}
.AnyTagClassName
{
color: #1B407B;
}
</style>
background-color css
<style>
a { background-color: #1B407B; }
a { background-color: rgb(27,64,123); }
div.DivClassName
{
background-color: #1B407B;
}
.BgClassName
{
background-color: #1B407B;
}
</style>
border-color css
<style>
span { border-color: #1B407B; }
span { border-color: rgb(27,64,123); }
td.TdClassName
{
border-color: #1B407B;
}
.TagClassName
{
border-color: #1B407B;
}
</style>