Shades of Dark Cerulean #1B427A
Tints of Dark Cerulean #1B427A
RGB
CMYK
RGB Variations
Color information
#1B427A (or 0x1B427A) is known color: Dark Cerulean. HEX triplet: 1B, 42 and 7A. RGB value is (27,66,122). Sum of RGB (Red+Green+Blue) = 27+66+122=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B427A is #E4BD85. Grayscale: #3C3C3C. Windows color (decimal): -14990726 or 8012315. OLE color: 8012315.
HSL color Cylindrical-coordinate representation of color #1B427A: hue angle of 215.37º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B427A is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 66 | 122 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.52 |
| HSL | 215.37º | 0.64% | 0.29% | - |
| HSV(B) | 215.37º | 0.78% | 0.48% | - |
| XYZ | 5.91 | 5.53 | 19.17 | - |
| YUV | 60.72 | 162.58 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 122 | 0.78 | 0.46 | 0 | 0.52 | 215.37 | 0.64 | 0.29 |
| Hex | 1B | 42 | 7A | 4E | 2E | 0 | 34 | D7 | 40 | 1D |
| Octal | 33 | 102 | 172 | 116 | 56 | 0 | 64 | 327 | 100 | 35 |
| Binary | 11011 | 1000010 | 1111010 | 1001110 | 101110 | 0 | 110100 | 11010111 | 1000000 | 11101 |
Color Harmonies of #1B427A
Complementary color
Monochromatic Colors of #1B427A
Black with #1B427A
Text Example
Text Example
White with #1B427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B427A; }
p { color: rgb(27,66,122); }
H1.HeaderClassName
{
color: #1B427A;
}
.AnyTagClassName
{
color: #1B427A;
}
</style>
background-color css
<style>
a { background-color: #1B427A; }
a { background-color: rgb(27,66,122); }
div.DivClassName
{
background-color: #1B427A;
}
.BgClassName
{
background-color: #1B427A;
}
</style>
border-color css
<style>
span { border-color: #1B427A; }
span { border-color: rgb(27,66,122); }
td.TdClassName
{
border-color: #1B427A;
}
.TagClassName
{
border-color: #1B427A;
}
</style>