Shades of Dark Cerulean #18377A
Tints of Dark Cerulean #18377A
RGB
CMYK
RGB Variations
Color information
#18377A (or 0x18377A) is known color: Dark Cerulean. HEX triplet: 18, 37 and 7A. RGB value is (24,55,122). Sum of RGB (Red+Green+Blue) = 24+55+122=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #18377A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18377A is #E7C885. Grayscale: #353535. Windows color (decimal): -15190150 or 8009496. OLE color: 8009496.
HSL color Cylindrical-coordinate representation of color #18377A: hue angle of 221.02º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18377A is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 55 | 122 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.52 |
| HSL | 221.02º | 0.67% | 0.29% | - |
| HSV(B) | 221.02º | 0.8% | 0.48% | - |
| XYZ | 5.26 | 4.33 | 18.97 | - |
| YUV | 53.37 | 166.73 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 122 | 0.80 | 0.55 | 0 | 0.52 | 221.02 | 0.67 | 0.29 |
| Hex | 18 | 37 | 7A | 50 | 37 | 0 | 34 | DD | 43 | 1D |
| Octal | 30 | 67 | 172 | 120 | 67 | 0 | 64 | 335 | 103 | 35 |
| Binary | 11000 | 110111 | 1111010 | 1010000 | 110111 | 0 | 110100 | 11011101 | 1000011 | 11101 |
Color Harmonies of #18377A
Complementary color
Monochromatic Colors of #18377A
Black with #18377A
Text Example
Text Example
White with #18377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18377A; }
p { color: rgb(24,55,122); }
H1.HeaderClassName
{
color: #18377A;
}
.AnyTagClassName
{
color: #18377A;
}
</style>
background-color css
<style>
a { background-color: #18377A; }
a { background-color: rgb(24,55,122); }
div.DivClassName
{
background-color: #18377A;
}
.BgClassName
{
background-color: #18377A;
}
</style>
border-color css
<style>
span { border-color: #18377A; }
span { border-color: rgb(24,55,122); }
td.TdClassName
{
border-color: #18377A;
}
.TagClassName
{
border-color: #18377A;
}
</style>