Shades of Dark Cerulean #183D77
Tints of Dark Cerulean #183D77
RGB
CMYK
RGB Variations
Color information
#183D77 (or 0x183D77) is known color: Dark Cerulean. HEX triplet: 18, 3D and 77. RGB value is (24,61,119). Sum of RGB (Red+Green+Blue) = 24+61+119=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #183D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183D77 is #E7C288. Grayscale: #383838. Windows color (decimal): -15188617 or 7814424. OLE color: 7814424.
HSL color Cylindrical-coordinate representation of color #183D77: hue angle of 216.63º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #183D77 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 61 | 119 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.53 |
| HSL | 216.63º | 0.66% | 0.28% | - |
| HSV(B) | 216.63º | 0.8% | 0.47% | - |
| XYZ | 5.38 | 4.86 | 18.11 | - |
| YUV | 56.55 | 163.24 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 119 | 0.80 | 0.49 | 0 | 0.53 | 216.63 | 0.66 | 0.28 |
| Hex | 18 | 3D | 77 | 50 | 31 | 0 | 35 | D9 | 42 | 1C |
| Octal | 30 | 75 | 167 | 120 | 61 | 0 | 65 | 331 | 102 | 34 |
| Binary | 11000 | 111101 | 1110111 | 1010000 | 110001 | 0 | 110101 | 11011001 | 1000010 | 11100 |
Color Harmonies of #183D77
Complementary color
Monochromatic Colors of #183D77
Black with #183D77
Text Example
Text Example
White with #183D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183D77; }
p { color: rgb(24,61,119); }
H1.HeaderClassName
{
color: #183D77;
}
.AnyTagClassName
{
color: #183D77;
}
</style>
background-color css
<style>
a { background-color: #183D77; }
a { background-color: rgb(24,61,119); }
div.DivClassName
{
background-color: #183D77;
}
.BgClassName
{
background-color: #183D77;
}
</style>
border-color css
<style>
span { border-color: #183D77; }
span { border-color: rgb(24,61,119); }
td.TdClassName
{
border-color: #183D77;
}
.TagClassName
{
border-color: #183D77;
}
</style>