Shades of Dark Cerulean #183C75
Tints of Dark Cerulean #183C75
RGB
CMYK
RGB Variations
Color information
#183C75 (or 0x183C75) is known color: Dark Cerulean. HEX triplet: 18, 3C and 75. RGB value is (24,60,117). Sum of RGB (Red+Green+Blue) = 24+60+117=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #183C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C75 is #E7C38A. Grayscale: #373737. Windows color (decimal): -15188875 or 7683096. OLE color: 7683096.
HSL color Cylindrical-coordinate representation of color #183C75: hue angle of 216.77º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #183C75 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 60 | 117 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.54 |
| HSL | 216.77º | 0.66% | 0.28% | - |
| HSV(B) | 216.77º | 0.79% | 0.46% | - |
| XYZ | 5.2 | 4.71 | 17.46 | - |
| YUV | 55.73 | 162.57 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 117 | 0.79 | 0.49 | 0 | 0.54 | 216.77 | 0.66 | 0.28 |
| Hex | 18 | 3C | 75 | 4F | 31 | 0 | 36 | D9 | 42 | 1C |
| Octal | 30 | 74 | 165 | 117 | 61 | 0 | 66 | 331 | 102 | 34 |
| Binary | 11000 | 111100 | 1110101 | 1001111 | 110001 | 0 | 110110 | 11011001 | 1000010 | 11100 |
Color Harmonies of #183C75
Complementary color
Monochromatic Colors of #183C75
Black with #183C75
Text Example
Text Example
White with #183C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C75; }
p { color: rgb(24,60,117); }
H1.HeaderClassName
{
color: #183C75;
}
.AnyTagClassName
{
color: #183C75;
}
</style>
background-color css
<style>
a { background-color: #183C75; }
a { background-color: rgb(24,60,117); }
div.DivClassName
{
background-color: #183C75;
}
.BgClassName
{
background-color: #183C75;
}
</style>
border-color css
<style>
span { border-color: #183C75; }
span { border-color: rgb(24,60,117); }
td.TdClassName
{
border-color: #183C75;
}
.TagClassName
{
border-color: #183C75;
}
</style>