Shades of Dark Cerulean #123483
Tints of Dark Cerulean #123483
RGB
CMYK
RGB Variations
Color information
#123483 (or 0x123483) is known color: Dark Cerulean. HEX triplet: 12, 34 and 83. RGB value is (18,52,131). Sum of RGB (Red+Green+Blue) = 18+52+131=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 131 (51.56% from 255 or 65.17% from 201); Max value from RGB is 131 - color contains mainly: blue. Hex color #123483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123483 is #EDCB7C. Grayscale: #323232. Windows color (decimal): -15584125 or 8598546. OLE color: 8598546.
HSL color Cylindrical-coordinate representation of color #123483: hue angle of 221.95º 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 #123483 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 18 | 52 | 131 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.49 |
| HSL | 221.95º | 0.76% | 0.29% | - |
| HSV(B) | 221.95º | 0.86% | 0.51% | - |
| XYZ | 5.57 | 4.22 | 21.99 | - |
| YUV | 50.84 | 173.24 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 131 | 0.86 | 0.60 | 0 | 0.49 | 221.95 | 0.76 | 0.29 |
| Hex | 12 | 34 | 83 | 56 | 3C | 0 | 31 | DE | 4C | 1D |
| Octal | 22 | 64 | 203 | 126 | 74 | 0 | 61 | 336 | 114 | 35 |
| Binary | 10010 | 110100 | 10000011 | 1010110 | 111100 | 0 | 110001 | 11011110 | 1001100 | 11101 |
Color Harmonies of #123483
Complementary color
Monochromatic Colors of #123483
Black with #123483
Text Example
Text Example
White with #123483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123483; }
p { color: rgb(18,52,131); }
H1.HeaderClassName
{
color: #123483;
}
.AnyTagClassName
{
color: #123483;
}
</style>
background-color css
<style>
a { background-color: #123483; }
a { background-color: rgb(18,52,131); }
div.DivClassName
{
background-color: #123483;
}
.BgClassName
{
background-color: #123483;
}
</style>
border-color css
<style>
span { border-color: #123483; }
span { border-color: rgb(18,52,131); }
td.TdClassName
{
border-color: #123483;
}
.TagClassName
{
border-color: #123483;
}
</style>