Shades of Dark Cerulean #123B81
Tints of Dark Cerulean #123B81
RGB
CMYK
RGB Variations
Color information
#123B81 (or 0x123B81) is known color: Dark Cerulean. HEX triplet: 12, 3B and 81. RGB value is (18,59,129). Sum of RGB (Red+Green+Blue) = 18+59+129=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 129 (50.78% from 255 or 62.62% from 206); Max value from RGB is 129 - color contains mainly: blue. Hex color #123B81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123B81 is #EDC47E. Grayscale: #363636. Windows color (decimal): -15582335 or 8469266. OLE color: 8469266.
HSL color Cylindrical-coordinate representation of color #123B81: hue angle of 217.84º 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 #123B81 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 59 | 129 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.49 |
| HSL | 217.84º | 0.76% | 0.29% | - |
| HSV(B) | 217.84º | 0.86% | 0.51% | - |
| XYZ | 5.78 | 4.84 | 21.4 | - |
| YUV | 54.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 59 | 129 | 0.86 | 0.54 | 0 | 0.49 | 217.84 | 0.76 | 0.29 |
| Hex | 12 | 3B | 81 | 56 | 36 | 0 | 31 | DA | 4C | 1D |
| Octal | 22 | 73 | 201 | 126 | 66 | 0 | 61 | 332 | 114 | 35 |
| Binary | 10010 | 111011 | 10000001 | 1010110 | 110110 | 0 | 110001 | 11011010 | 1001100 | 11101 |
Color Harmonies of #123B81
Complementary color
Monochromatic Colors of #123B81
Black with #123B81
Text Example
Text Example
White with #123B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123B81; }
p { color: rgb(18,59,129); }
H1.HeaderClassName
{
color: #123B81;
}
.AnyTagClassName
{
color: #123B81;
}
</style>
background-color css
<style>
a { background-color: #123B81; }
a { background-color: rgb(18,59,129); }
div.DivClassName
{
background-color: #123B81;
}
.BgClassName
{
background-color: #123B81;
}
</style>
border-color css
<style>
span { border-color: #123B81; }
span { border-color: rgb(18,59,129); }
td.TdClassName
{
border-color: #123B81;
}
.TagClassName
{
border-color: #123B81;
}
</style>