Shades of Dark Cerulean #183C6F
Tints of Dark Cerulean #183C6F
RGB
CMYK
RGB Variations
Color information
#183C6F (or 0x183C6F) is known color: Dark Cerulean. HEX triplet: 18, 3C and 6F. RGB value is (24,60,111). Sum of RGB (Red+Green+Blue) = 24+60+111=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #183C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183C6F is #E7C390. Grayscale: #363636. Windows color (decimal): -15188881 or 7289880. OLE color: 7289880.
HSL color Cylindrical-coordinate representation of color #183C6F: hue angle of 215.17º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #183C6F is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 60 | 111 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.56 |
| HSL | 215.17º | 0.64% | 0.26% | - |
| HSV(B) | 215.17º | 0.78% | 0.44% | - |
| XYZ | 4.86 | 4.57 | 15.67 | - |
| YUV | 55.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 60 | 111 | 0.78 | 0.46 | 0 | 0.56 | 215.17 | 0.64 | 0.26 |
| Hex | 18 | 3C | 6F | 4E | 2E | 0 | 38 | D7 | 40 | 1A |
| Octal | 30 | 74 | 157 | 116 | 56 | 0 | 70 | 327 | 100 | 32 |
| Binary | 11000 | 111100 | 1101111 | 1001110 | 101110 | 0 | 111000 | 11010111 | 1000000 | 11010 |
Color Harmonies of #183C6F
Complementary color
Monochromatic Colors of #183C6F
Black with #183C6F
Text Example
Text Example
White with #183C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183C6F; }
p { color: rgb(24,60,111); }
H1.HeaderClassName
{
color: #183C6F;
}
.AnyTagClassName
{
color: #183C6F;
}
</style>
background-color css
<style>
a { background-color: #183C6F; }
a { background-color: rgb(24,60,111); }
div.DivClassName
{
background-color: #183C6F;
}
.BgClassName
{
background-color: #183C6F;
}
</style>
border-color css
<style>
span { border-color: #183C6F; }
span { border-color: rgb(24,60,111); }
td.TdClassName
{
border-color: #183C6F;
}
.TagClassName
{
border-color: #183C6F;
}
</style>