Shades of Dark Cerulean #123A7E
Tints of Dark Cerulean #123A7E
RGB
CMYK
RGB Variations
Color information
#123A7E (or 0x123A7E) is known color: Dark Cerulean. HEX triplet: 12, 3A and 7E. RGB value is (18,58,126). Sum of RGB (Red+Green+Blue) = 18+58+126=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 126 (49.61% from 255 or 62.38% from 202); Max value from RGB is 126 - color contains mainly: blue. Hex color #123A7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A7E is #EDC581. Grayscale: #353535. Windows color (decimal): -15582594 or 8272402. OLE color: 8272402.
HSL color Cylindrical-coordinate representation of color #123A7E: hue angle of 217.78º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123A7E is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 58 | 126 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.51 |
| HSL | 217.78º | 0.75% | 0.28% | - |
| HSV(B) | 217.78º | 0.86% | 0.49% | - |
| XYZ | 5.53 | 4.66 | 20.35 | - |
| YUV | 53.79 | 168.75 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 126 | 0.86 | 0.54 | 0 | 0.51 | 217.78 | 0.75 | 0.28 |
| Hex | 12 | 3A | 7E | 56 | 36 | 0 | 33 | DA | 4B | 1C |
| Octal | 22 | 72 | 176 | 126 | 66 | 0 | 63 | 332 | 113 | 34 |
| Binary | 10010 | 111010 | 1111110 | 1010110 | 110110 | 0 | 110011 | 11011010 | 1001011 | 11100 |
Color Harmonies of #123A7E
Complementary color
Monochromatic Colors of #123A7E
Black with #123A7E
Text Example
Text Example
White with #123A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A7E; }
p { color: rgb(18,58,126); }
H1.HeaderClassName
{
color: #123A7E;
}
.AnyTagClassName
{
color: #123A7E;
}
</style>
background-color css
<style>
a { background-color: #123A7E; }
a { background-color: rgb(18,58,126); }
div.DivClassName
{
background-color: #123A7E;
}
.BgClassName
{
background-color: #123A7E;
}
</style>
border-color css
<style>
span { border-color: #123A7E; }
span { border-color: rgb(18,58,126); }
td.TdClassName
{
border-color: #123A7E;
}
.TagClassName
{
border-color: #123A7E;
}
</style>