Shades of Dark Cerulean #123A7D
Tints of Dark Cerulean #123A7D
RGB
CMYK
RGB Variations
Color information
#123A7D (or 0x123A7D) is known color: Dark Cerulean. HEX triplet: 12, 3A and 7D. RGB value is (18,58,125). Sum of RGB (Red+Green+Blue) = 18+58+125=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #123A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123A7D is #EDC582. Grayscale: #353535. Windows color (decimal): -15582595 or 8206866. OLE color: 8206866.
HSL color Cylindrical-coordinate representation of color #123A7D: hue angle of 217.57º 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 #123A7D is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 58 | 125 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.51 |
| HSL | 217.57º | 0.75% | 0.28% | - |
| HSV(B) | 217.57º | 0.86% | 0.49% | - |
| XYZ | 5.46 | 4.64 | 20.01 | - |
| YUV | 53.68 | 168.25 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 58 | 125 | 0.86 | 0.54 | 0 | 0.51 | 217.57 | 0.75 | 0.28 |
| Hex | 12 | 3A | 7D | 56 | 36 | 0 | 33 | DA | 4B | 1C |
| Octal | 22 | 72 | 175 | 126 | 66 | 0 | 63 | 332 | 113 | 34 |
| Binary | 10010 | 111010 | 1111101 | 1010110 | 110110 | 0 | 110011 | 11011010 | 1001011 | 11100 |
Color Harmonies of #123A7D
Complementary color
Monochromatic Colors of #123A7D
Black with #123A7D
Text Example
Text Example
White with #123A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123A7D; }
p { color: rgb(18,58,125); }
H1.HeaderClassName
{
color: #123A7D;
}
.AnyTagClassName
{
color: #123A7D;
}
</style>
background-color css
<style>
a { background-color: #123A7D; }
a { background-color: rgb(18,58,125); }
div.DivClassName
{
background-color: #123A7D;
}
.BgClassName
{
background-color: #123A7D;
}
</style>
border-color css
<style>
span { border-color: #123A7D; }
span { border-color: rgb(18,58,125); }
td.TdClassName
{
border-color: #123A7D;
}
.TagClassName
{
border-color: #123A7D;
}
</style>