Shades of Dark Cerulean #1B4274
Tints of Dark Cerulean #1B4274
RGB
CMYK
RGB Variations
Color information
#1B4274 (or 0x1B4274) is known color: Dark Cerulean. HEX triplet: 1B, 42 and 74. RGB value is (27,66,116). Sum of RGB (Red+Green+Blue) = 27+66+116=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #1B4274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4274 is #E4BD8B. Grayscale: #3B3B3B. Windows color (decimal): -14990732 or 7619099. OLE color: 7619099.
HSL color Cylindrical-coordinate representation of color #1B4274: hue angle of 213.71º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B4274 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 66 | 116 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.55 |
| HSL | 213.71º | 0.62% | 0.28% | - |
| HSV(B) | 213.71º | 0.77% | 0.45% | - |
| XYZ | 5.55 | 5.39 | 17.27 | - |
| YUV | 60.04 | 159.58 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 116 | 0.77 | 0.43 | 0 | 0.55 | 213.71 | 0.62 | 0.28 |
| Hex | 1B | 42 | 74 | 4D | 2B | 0 | 37 | D6 | 3E | 1C |
| Octal | 33 | 102 | 164 | 115 | 53 | 0 | 67 | 326 | 76 | 34 |
| Binary | 11011 | 1000010 | 1110100 | 1001101 | 101011 | 0 | 110111 | 11010110 | 111110 | 11100 |
Color Harmonies of #1B4274
Complementary color
Monochromatic Colors of #1B4274
Black with #1B4274
Text Example
Text Example
White with #1B4274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4274; }
p { color: rgb(27,66,116); }
H1.HeaderClassName
{
color: #1B4274;
}
.AnyTagClassName
{
color: #1B4274;
}
</style>
background-color css
<style>
a { background-color: #1B4274; }
a { background-color: rgb(27,66,116); }
div.DivClassName
{
background-color: #1B4274;
}
.BgClassName
{
background-color: #1B4274;
}
</style>
border-color css
<style>
span { border-color: #1B4274; }
span { border-color: rgb(27,66,116); }
td.TdClassName
{
border-color: #1B4274;
}
.TagClassName
{
border-color: #1B4274;
}
</style>