Shades of Dark Cerulean #123280
Tints of Dark Cerulean #123280
RGB
CMYK
RGB Variations
Color information
#123280 (or 0x123280) is known color: Dark Cerulean. HEX triplet: 12, 32 and 80. RGB value is (18,50,128). Sum of RGB (Red+Green+Blue) = 18+50+128=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 128 (50.39% from 255 or 65.31% from 196); Max value from RGB is 128 - color contains mainly: blue. Hex color #123280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123280 is #EDCD7F. Grayscale: #303030. Windows color (decimal): -15584640 or 8401426. OLE color: 8401426.
HSL color Cylindrical-coordinate representation of color #123280: hue angle of 222.55º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #123280 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 50 | 128 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.50 |
| HSL | 222.55º | 0.75% | 0.29% | - |
| HSV(B) | 222.55º | 0.86% | 0.5% | - |
| XYZ | 5.29 | 3.97 | 20.91 | - |
| YUV | 49.32 | 172.4 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 128 | 0.86 | 0.61 | 0 | 0.50 | 222.55 | 0.75 | 0.29 |
| Hex | 12 | 32 | 80 | 56 | 3D | 0 | 32 | DF | 4B | 1D |
| Octal | 22 | 62 | 200 | 126 | 75 | 0 | 62 | 337 | 113 | 35 |
| Binary | 10010 | 110010 | 10000000 | 1010110 | 111101 | 0 | 110010 | 11011111 | 1001011 | 11101 |
Color Harmonies of #123280
Complementary color
Monochromatic Colors of #123280
Black with #123280
Text Example
Text Example
White with #123280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123280; }
p { color: rgb(18,50,128); }
H1.HeaderClassName
{
color: #123280;
}
.AnyTagClassName
{
color: #123280;
}
</style>
background-color css
<style>
a { background-color: #123280; }
a { background-color: rgb(18,50,128); }
div.DivClassName
{
background-color: #123280;
}
.BgClassName
{
background-color: #123280;
}
</style>
border-color css
<style>
span { border-color: #123280; }
span { border-color: rgb(18,50,128); }
td.TdClassName
{
border-color: #123280;
}
.TagClassName
{
border-color: #123280;
}
</style>