Shades of Dark Cerulean #1B3C76
Tints of Dark Cerulean #1B3C76
RGB
CMYK
RGB Variations
Color information
#1B3C76 (or 0x1B3C76) is known color: Dark Cerulean. HEX triplet: 1B, 3C and 76. RGB value is (27,60,118). Sum of RGB (Red+Green+Blue) = 27+60+118=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #1B3C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3C76 is #E4C389. Grayscale: #383838. Windows color (decimal): -14992266 or 7748635. OLE color: 7748635.
HSL color Cylindrical-coordinate representation of color #1B3C76: hue angle of 218.24º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B3C76 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 60 | 118 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.54 |
| HSL | 218.24º | 0.63% | 0.28% | - |
| HSV(B) | 218.24º | 0.77% | 0.46% | - |
| XYZ | 5.34 | 4.77 | 17.78 | - |
| YUV | 56.75 | 162.57 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 60 | 118 | 0.77 | 0.49 | 0 | 0.54 | 218.24 | 0.63 | 0.28 |
| Hex | 1B | 3C | 76 | 4D | 31 | 0 | 36 | DA | 3F | 1C |
| Octal | 33 | 74 | 166 | 115 | 61 | 0 | 66 | 332 | 77 | 34 |
| Binary | 11011 | 111100 | 1110110 | 1001101 | 110001 | 0 | 110110 | 11011010 | 111111 | 11100 |
Color Harmonies of #1B3C76
Complementary color
Monochromatic Colors of #1B3C76
Black with #1B3C76
Text Example
Text Example
White with #1B3C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3C76; }
p { color: rgb(27,60,118); }
H1.HeaderClassName
{
color: #1B3C76;
}
.AnyTagClassName
{
color: #1B3C76;
}
</style>
background-color css
<style>
a { background-color: #1B3C76; }
a { background-color: rgb(27,60,118); }
div.DivClassName
{
background-color: #1B3C76;
}
.BgClassName
{
background-color: #1B3C76;
}
</style>
border-color css
<style>
span { border-color: #1B3C76; }
span { border-color: rgb(27,60,118); }
td.TdClassName
{
border-color: #1B3C76;
}
.TagClassName
{
border-color: #1B3C76;
}
</style>