Shades of Dark Cerulean #1B3C7E
Tints of Dark Cerulean #1B3C7E
RGB
CMYK
RGB Variations
Color information
#1B3C7E (or 0x1B3C7E) is known color: Dark Cerulean. HEX triplet: 1B, 3C and 7E. RGB value is (27,60,126). Sum of RGB (Red+Green+Blue) = 27+60+126=213 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.68% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #1B3C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3C7E is #E4C381. Grayscale: #393939. Windows color (decimal): -14992258 or 8272923. OLE color: 8272923.
HSL color Cylindrical-coordinate representation of color #1B3C7E: hue angle of 220º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B3C7E is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 60 | 126 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.51 |
| HSL | 220º | 0.65% | 0.3% | - |
| HSV(B) | 220º | 0.79% | 0.49% | - |
| XYZ | 5.83 | 4.97 | 20.39 | - |
| YUV | 57.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 60 | 126 | 0.79 | 0.52 | 0 | 0.51 | 220 | 0.65 | 0.3 |
| Hex | 1B | 3C | 7E | 4F | 34 | 0 | 33 | DC | 41 | 1E |
| Octal | 33 | 74 | 176 | 117 | 64 | 0 | 63 | 334 | 101 | 36 |
| Binary | 11011 | 111100 | 1111110 | 1001111 | 110100 | 0 | 110011 | 11011100 | 1000001 | 11110 |
Color Harmonies of #1B3C7E
Complementary color
Monochromatic Colors of #1B3C7E
Black with #1B3C7E
Text Example
Text Example
White with #1B3C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3C7E; }
p { color: rgb(27,60,126); }
H1.HeaderClassName
{
color: #1B3C7E;
}
.AnyTagClassName
{
color: #1B3C7E;
}
</style>
background-color css
<style>
a { background-color: #1B3C7E; }
a { background-color: rgb(27,60,126); }
div.DivClassName
{
background-color: #1B3C7E;
}
.BgClassName
{
background-color: #1B3C7E;
}
</style>
border-color css
<style>
span { border-color: #1B3C7E; }
span { border-color: rgb(27,60,126); }
td.TdClassName
{
border-color: #1B3C7E;
}
.TagClassName
{
border-color: #1B3C7E;
}
</style>