Shades of Dark Cerulean #1B4282
Tints of Dark Cerulean #1B4282
RGB
CMYK
RGB Variations
Color information
#1B4282 (or 0x1B4282) is known color: Dark Cerulean. HEX triplet: 1B, 42 and 82. RGB value is (27,66,130). Sum of RGB (Red+Green+Blue) = 27+66+130=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #1B4282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4282 is #E4BD7D. Grayscale: #3D3D3D. Windows color (decimal): -14990718 or 8536603. OLE color: 8536603.
HSL color Cylindrical-coordinate representation of color #1B4282: hue angle of 217.28º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B4282 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 27 | 66 | 130 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.49 |
| HSL | 217.28º | 0.66% | 0.31% | - |
| HSV(B) | 217.28º | 0.79% | 0.51% | - |
| XYZ | 6.43 | 5.74 | 21.89 | - |
| YUV | 61.64 | 166.58 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 130 | 0.79 | 0.49 | 0 | 0.49 | 217.28 | 0.66 | 0.31 |
| Hex | 1B | 42 | 82 | 4F | 31 | 0 | 31 | D9 | 42 | 1F |
| Octal | 33 | 102 | 202 | 117 | 61 | 0 | 61 | 331 | 102 | 37 |
| Binary | 11011 | 1000010 | 10000010 | 1001111 | 110001 | 0 | 110001 | 11011001 | 1000010 | 11111 |
Color Harmonies of #1B4282
Complementary color
Monochromatic Colors of #1B4282
Black with #1B4282
Text Example
Text Example
White with #1B4282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4282; }
p { color: rgb(27,66,130); }
H1.HeaderClassName
{
color: #1B4282;
}
.AnyTagClassName
{
color: #1B4282;
}
</style>
background-color css
<style>
a { background-color: #1B4282; }
a { background-color: rgb(27,66,130); }
div.DivClassName
{
background-color: #1B4282;
}
.BgClassName
{
background-color: #1B4282;
}
</style>
border-color css
<style>
span { border-color: #1B4282; }
span { border-color: rgb(27,66,130); }
td.TdClassName
{
border-color: #1B4282;
}
.TagClassName
{
border-color: #1B4282;
}
</style>