Shades of Dark Cerulean #1B458B
Tints of Dark Cerulean #1B458B
RGB
CMYK
RGB Variations
Color information
#1B458B (or 0x1B458B) is known color: Dark Cerulean. HEX triplet: 1B, 45 and 8B. RGB value is (27,69,139). Sum of RGB (Red+Green+Blue) = 27+69+139=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B458B is #E4BA74. Grayscale: #404040. Windows color (decimal): -14989941 or 9127195. OLE color: 9127195.
HSL color Cylindrical-coordinate representation of color #1B458B: hue angle of 217.5º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B458B is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 69 | 139 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.45 |
| HSL | 217.5º | 0.67% | 0.33% | - |
| HSV(B) | 217.5º | 0.81% | 0.55% | - |
| XYZ | 7.24 | 6.35 | 25.27 | - |
| YUV | 64.42 | 170.09 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 69 | 139 | 0.81 | 0.50 | 0 | 0.45 | 217.5 | 0.67 | 0.33 |
| Hex | 1B | 45 | 8B | 51 | 32 | 0 | 2D | DA | 43 | 21 |
| Octal | 33 | 105 | 213 | 121 | 62 | 0 | 55 | 332 | 103 | 41 |
| Binary | 11011 | 1000101 | 10001011 | 1010001 | 110010 | 0 | 101101 | 11011010 | 1000011 | 100001 |
Color Harmonies of #1B458B
Complementary color
Monochromatic Colors of #1B458B
Black with #1B458B
Text Example
Text Example
White with #1B458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B458B; }
p { color: rgb(27,69,139); }
H1.HeaderClassName
{
color: #1B458B;
}
.AnyTagClassName
{
color: #1B458B;
}
</style>
background-color css
<style>
a { background-color: #1B458B; }
a { background-color: rgb(27,69,139); }
div.DivClassName
{
background-color: #1B458B;
}
.BgClassName
{
background-color: #1B458B;
}
</style>
border-color css
<style>
span { border-color: #1B458B; }
span { border-color: rgb(27,69,139); }
td.TdClassName
{
border-color: #1B458B;
}
.TagClassName
{
border-color: #1B458B;
}
</style>