Shades of Dark Cerulean #1B3C85
Tints of Dark Cerulean #1B3C85
RGB
CMYK
RGB Variations
Color information
#1B3C85 (or 0x1B3C85) is known color: Dark Cerulean. HEX triplet: 1B, 3C and 85. RGB value is (27,60,133). Sum of RGB (Red+Green+Blue) = 27+60+133=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #1B3C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3C85 is #E4C37A. Grayscale: #3A3A3A. Windows color (decimal): -14992251 or 8731675. OLE color: 8731675.
HSL color Cylindrical-coordinate representation of color #1B3C85: hue angle of 221.32º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B3C85 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 27 | 60 | 133 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.48 |
| HSL | 221.32º | 0.66% | 0.31% | - |
| HSV(B) | 221.32º | 0.8% | 0.52% | - |
| XYZ | 6.3 | 5.16 | 22.85 | - |
| YUV | 58.46 | 170.07 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 60 | 133 | 0.80 | 0.55 | 0 | 0.48 | 221.32 | 0.66 | 0.31 |
| Hex | 1B | 3C | 85 | 50 | 37 | 0 | 30 | DD | 42 | 1F |
| Octal | 33 | 74 | 205 | 120 | 67 | 0 | 60 | 335 | 102 | 37 |
| Binary | 11011 | 111100 | 10000101 | 1010000 | 110111 | 0 | 110000 | 11011101 | 1000010 | 11111 |
Color Harmonies of #1B3C85
Complementary color
Monochromatic Colors of #1B3C85
Black with #1B3C85
Text Example
Text Example
White with #1B3C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3C85; }
p { color: rgb(27,60,133); }
H1.HeaderClassName
{
color: #1B3C85;
}
.AnyTagClassName
{
color: #1B3C85;
}
</style>
background-color css
<style>
a { background-color: #1B3C85; }
a { background-color: rgb(27,60,133); }
div.DivClassName
{
background-color: #1B3C85;
}
.BgClassName
{
background-color: #1B3C85;
}
</style>
border-color css
<style>
span { border-color: #1B3C85; }
span { border-color: rgb(27,60,133); }
td.TdClassName
{
border-color: #1B3C85;
}
.TagClassName
{
border-color: #1B3C85;
}
</style>