Shades of Dark Cerulean #123F82
Tints of Dark Cerulean #123F82
RGB
CMYK
RGB Variations
Color information
#123F82 (or 0x123F82) is known color: Dark Cerulean. HEX triplet: 12, 3F and 82. RGB value is (18,63,130). Sum of RGB (Red+Green+Blue) = 18+63+130=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #123F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123F82 is #EDC07D. Grayscale: #383838. Windows color (decimal): -15581310 or 8535826. OLE color: 8535826.
HSL color Cylindrical-coordinate representation of color #123F82: hue angle of 215.89º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123F82 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 63 | 130 | - |
| CMYK | 0.86 | 0.52 | 0 | 0.49 |
| HSL | 215.89º | 0.76% | 0.29% | - |
| HSV(B) | 215.89º | 0.86% | 0.51% | - |
| XYZ | 6.06 | 5.3 | 21.82 | - |
| YUV | 57.18 | 169.09 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 63 | 130 | 0.86 | 0.52 | 0 | 0.49 | 215.89 | 0.76 | 0.29 |
| Hex | 12 | 3F | 82 | 56 | 34 | 0 | 31 | D8 | 4C | 1D |
| Octal | 22 | 77 | 202 | 126 | 64 | 0 | 61 | 330 | 114 | 35 |
| Binary | 10010 | 111111 | 10000010 | 1010110 | 110100 | 0 | 110001 | 11011000 | 1001100 | 11101 |
Color Harmonies of #123F82
Complementary color
Monochromatic Colors of #123F82
Black with #123F82
Text Example
Text Example
White with #123F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123F82; }
p { color: rgb(18,63,130); }
H1.HeaderClassName
{
color: #123F82;
}
.AnyTagClassName
{
color: #123F82;
}
</style>
background-color css
<style>
a { background-color: #123F82; }
a { background-color: rgb(18,63,130); }
div.DivClassName
{
background-color: #123F82;
}
.BgClassName
{
background-color: #123F82;
}
</style>
border-color css
<style>
span { border-color: #123F82; }
span { border-color: rgb(18,63,130); }
td.TdClassName
{
border-color: #123F82;
}
.TagClassName
{
border-color: #123F82;
}
</style>