Shades of Dark Cerulean #183D70
Tints of Dark Cerulean #183D70
RGB
CMYK
RGB Variations
Color information
#183D70 (or 0x183D70) is known color: Dark Cerulean. HEX triplet: 18, 3D and 70. RGB value is (24,61,112). Sum of RGB (Red+Green+Blue) = 24+61+112=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #183D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183D70 is #E7C28F. Grayscale: #373737. Windows color (decimal): -15188624 or 7355672. OLE color: 7355672.
HSL color Cylindrical-coordinate representation of color #183D70: hue angle of 214.77º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #183D70 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 61 | 112 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.56 |
| HSL | 214.77º | 0.65% | 0.27% | - |
| HSV(B) | 214.77º | 0.79% | 0.44% | - |
| XYZ | 4.97 | 4.7 | 15.97 | - |
| YUV | 55.75 | 159.74 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 112 | 0.79 | 0.46 | 0 | 0.56 | 214.77 | 0.65 | 0.27 |
| Hex | 18 | 3D | 70 | 4F | 2E | 0 | 38 | D7 | 41 | 1B |
| Octal | 30 | 75 | 160 | 117 | 56 | 0 | 70 | 327 | 101 | 33 |
| Binary | 11000 | 111101 | 1110000 | 1001111 | 101110 | 0 | 111000 | 11010111 | 1000001 | 11011 |
Color Harmonies of #183D70
Complementary color
Monochromatic Colors of #183D70
Black with #183D70
Text Example
Text Example
White with #183D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183D70; }
p { color: rgb(24,61,112); }
H1.HeaderClassName
{
color: #183D70;
}
.AnyTagClassName
{
color: #183D70;
}
</style>
background-color css
<style>
a { background-color: #183D70; }
a { background-color: rgb(24,61,112); }
div.DivClassName
{
background-color: #183D70;
}
.BgClassName
{
background-color: #183D70;
}
</style>
border-color css
<style>
span { border-color: #183D70; }
span { border-color: rgb(24,61,112); }
td.TdClassName
{
border-color: #183D70;
}
.TagClassName
{
border-color: #183D70;
}
</style>