Shades of Dark Cerulean #12477B
Tints of Dark Cerulean #12477B
RGB
CMYK
RGB Variations
Color information
#12477B (or 0x12477B) is known color: Dark Cerulean. HEX triplet: 12, 47 and 7B. RGB value is (18,71,123). Sum of RGB (Red+Green+Blue) = 18+71+123=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #12477B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12477B is #EDB884. Grayscale: #3C3C3C. Windows color (decimal): -15579269 or 8079122. OLE color: 8079122.
HSL color Cylindrical-coordinate representation of color #12477B: hue angle of 209.71º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12477B is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 71 | 123 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.52 |
| HSL | 209.71º | 0.74% | 0.28% | - |
| HSV(B) | 209.71º | 0.85% | 0.48% | - |
| XYZ | 6.08 | 6.07 | 19.59 | - |
| YUV | 61.08 | 162.94 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 123 | 0.85 | 0.42 | 0 | 0.52 | 209.71 | 0.74 | 0.28 |
| Hex | 12 | 47 | 7B | 55 | 2A | 0 | 34 | D2 | 4A | 1C |
| Octal | 22 | 107 | 173 | 125 | 52 | 0 | 64 | 322 | 112 | 34 |
| Binary | 10010 | 1000111 | 1111011 | 1010101 | 101010 | 0 | 110100 | 11010010 | 1001010 | 11100 |
Color Harmonies of #12477B
Complementary color
Monochromatic Colors of #12477B
Black with #12477B
Text Example
Text Example
White with #12477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12477B; }
p { color: rgb(18,71,123); }
H1.HeaderClassName
{
color: #12477B;
}
.AnyTagClassName
{
color: #12477B;
}
</style>
background-color css
<style>
a { background-color: #12477B; }
a { background-color: rgb(18,71,123); }
div.DivClassName
{
background-color: #12477B;
}
.BgClassName
{
background-color: #12477B;
}
</style>
border-color css
<style>
span { border-color: #12477B; }
span { border-color: rgb(18,71,123); }
td.TdClassName
{
border-color: #12477B;
}
.TagClassName
{
border-color: #12477B;
}
</style>