Shades of Dark Cerulean #183A76
Tints of Dark Cerulean #183A76
RGB
CMYK
RGB Variations
Color information
#183A76 (or 0x183A76) is known color: Dark Cerulean. HEX triplet: 18, 3A and 76. RGB value is (24,58,118). Sum of RGB (Red+Green+Blue) = 24+58+118=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 118 (46.48% from 255 or 59% from 200); Max value from RGB is 118 - color contains mainly: blue. Hex color #183A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183A76 is #E7C589. Grayscale: #363636. Windows color (decimal): -15189386 or 7748120. OLE color: 7748120.
HSL color Cylindrical-coordinate representation of color #183A76: hue angle of 218.3º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #183A76 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 58 | 118 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.54 |
| HSL | 218.3º | 0.66% | 0.28% | - |
| HSV(B) | 218.3º | 0.8% | 0.46% | - |
| XYZ | 5.16 | 4.53 | 17.74 | - |
| YUV | 54.67 | 163.74 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 58 | 118 | 0.80 | 0.51 | 0 | 0.54 | 218.3 | 0.66 | 0.28 |
| Hex | 18 | 3A | 76 | 50 | 33 | 0 | 36 | DA | 42 | 1C |
| Octal | 30 | 72 | 166 | 120 | 63 | 0 | 66 | 332 | 102 | 34 |
| Binary | 11000 | 111010 | 1110110 | 1010000 | 110011 | 0 | 110110 | 11011010 | 1000010 | 11100 |
Color Harmonies of #183A76
Complementary color
Monochromatic Colors of #183A76
Black with #183A76
Text Example
Text Example
White with #183A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183A76; }
p { color: rgb(24,58,118); }
H1.HeaderClassName
{
color: #183A76;
}
.AnyTagClassName
{
color: #183A76;
}
</style>
background-color css
<style>
a { background-color: #183A76; }
a { background-color: rgb(24,58,118); }
div.DivClassName
{
background-color: #183A76;
}
.BgClassName
{
background-color: #183A76;
}
</style>
border-color css
<style>
span { border-color: #183A76; }
span { border-color: rgb(24,58,118); }
td.TdClassName
{
border-color: #183A76;
}
.TagClassName
{
border-color: #183A76;
}
</style>