Shades of Dark Cerulean #1B3C72
Tints of Dark Cerulean #1B3C72
RGB
CMYK
RGB Variations
Color information
#1B3C72 (or 0x1B3C72) is known color: Dark Cerulean. HEX triplet: 1B, 3C and 72. RGB value is (27,60,114). Sum of RGB (Red+Green+Blue) = 27+60+114=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #1B3C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3C72 is #E4C38D. Grayscale: #383838. Windows color (decimal): -14992270 or 7486491. OLE color: 7486491.
HSL color Cylindrical-coordinate representation of color #1B3C72: hue angle of 217.24º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B3C72 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 60 | 114 | - |
| CMYK | 0.76 | 0.47 | 0 | 0.55 |
| HSL | 217.24º | 0.62% | 0.28% | - |
| HSV(B) | 217.24º | 0.76% | 0.45% | - |
| XYZ | 5.11 | 4.68 | 16.55 | - |
| YUV | 56.29 | 160.57 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 60 | 114 | 0.76 | 0.47 | 0 | 0.55 | 217.24 | 0.62 | 0.28 |
| Hex | 1B | 3C | 72 | 4C | 2F | 0 | 37 | D9 | 3E | 1C |
| Octal | 33 | 74 | 162 | 114 | 57 | 0 | 67 | 331 | 76 | 34 |
| Binary | 11011 | 111100 | 1110010 | 1001100 | 101111 | 0 | 110111 | 11011001 | 111110 | 11100 |
Color Harmonies of #1B3C72
Complementary color
Monochromatic Colors of #1B3C72
Black with #1B3C72
Text Example
Text Example
White with #1B3C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3C72; }
p { color: rgb(27,60,114); }
H1.HeaderClassName
{
color: #1B3C72;
}
.AnyTagClassName
{
color: #1B3C72;
}
</style>
background-color css
<style>
a { background-color: #1B3C72; }
a { background-color: rgb(27,60,114); }
div.DivClassName
{
background-color: #1B3C72;
}
.BgClassName
{
background-color: #1B3C72;
}
</style>
border-color css
<style>
span { border-color: #1B3C72; }
span { border-color: rgb(27,60,114); }
td.TdClassName
{
border-color: #1B3C72;
}
.TagClassName
{
border-color: #1B3C72;
}
</style>