Shades of Dark Cerulean #1B437C
Tints of Dark Cerulean #1B437C
RGB
CMYK
RGB Variations
Color information
#1B437C (or 0x1B437C) is known color: Dark Cerulean. HEX triplet: 1B, 43 and 7C. RGB value is (27,67,124). Sum of RGB (Red+Green+Blue) = 27+67+124=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #1B437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B437C is #E4BC83. Grayscale: #3D3D3D. Windows color (decimal): -14990468 or 8143643. OLE color: 8143643.
HSL color Cylindrical-coordinate representation of color #1B437C: hue angle of 215.26º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B437C is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 67 | 124 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.51 |
| HSL | 215.26º | 0.64% | 0.3% | - |
| HSV(B) | 215.26º | 0.78% | 0.49% | - |
| XYZ | 6.1 | 5.7 | 19.85 | - |
| YUV | 61.54 | 163.25 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 67 | 124 | 0.78 | 0.46 | 0 | 0.51 | 215.26 | 0.64 | 0.3 |
| Hex | 1B | 43 | 7C | 4E | 2E | 0 | 33 | D7 | 40 | 1E |
| Octal | 33 | 103 | 174 | 116 | 56 | 0 | 63 | 327 | 100 | 36 |
| Binary | 11011 | 1000011 | 1111100 | 1001110 | 101110 | 0 | 110011 | 11010111 | 1000000 | 11110 |
Color Harmonies of #1B437C
Complementary color
Monochromatic Colors of #1B437C
Black with #1B437C
Text Example
Text Example
White with #1B437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B437C; }
p { color: rgb(27,67,124); }
H1.HeaderClassName
{
color: #1B437C;
}
.AnyTagClassName
{
color: #1B437C;
}
</style>
background-color css
<style>
a { background-color: #1B437C; }
a { background-color: rgb(27,67,124); }
div.DivClassName
{
background-color: #1B437C;
}
.BgClassName
{
background-color: #1B437C;
}
</style>
border-color css
<style>
span { border-color: #1B437C; }
span { border-color: rgb(27,67,124); }
td.TdClassName
{
border-color: #1B437C;
}
.TagClassName
{
border-color: #1B437C;
}
</style>