Shades of Dark Cerulean #183F6E
Tints of Dark Cerulean #183F6E
RGB
CMYK
RGB Variations
Color information
#183F6E (or 0x183F6E) is known color: Dark Cerulean. HEX triplet: 18, 3F and 6E. RGB value is (24,63,110). Sum of RGB (Red+Green+Blue) = 24+63+110=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #183F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183F6E is #E7C091. Grayscale: #383838. Windows color (decimal): -15188114 or 7225112. OLE color: 7225112.
HSL color Cylindrical-coordinate representation of color #183F6E: hue angle of 212.79º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #183F6E is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 24 | 63 | 110 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.57 |
| HSL | 212.79º | 0.64% | 0.26% | - |
| HSV(B) | 212.79º | 0.78% | 0.43% | - |
| XYZ | 4.97 | 4.87 | 15.43 | - |
| YUV | 56.7 | 158.08 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 63 | 110 | 0.78 | 0.43 | 0 | 0.57 | 212.79 | 0.64 | 0.26 |
| Hex | 18 | 3F | 6E | 4E | 2B | 0 | 39 | D5 | 40 | 1A |
| Octal | 30 | 77 | 156 | 116 | 53 | 0 | 71 | 325 | 100 | 32 |
| Binary | 11000 | 111111 | 1101110 | 1001110 | 101011 | 0 | 111001 | 11010101 | 1000000 | 11010 |
Color Harmonies of #183F6E
Complementary color
Monochromatic Colors of #183F6E
Black with #183F6E
Text Example
Text Example
White with #183F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183F6E; }
p { color: rgb(24,63,110); }
H1.HeaderClassName
{
color: #183F6E;
}
.AnyTagClassName
{
color: #183F6E;
}
</style>
background-color css
<style>
a { background-color: #183F6E; }
a { background-color: rgb(24,63,110); }
div.DivClassName
{
background-color: #183F6E;
}
.BgClassName
{
background-color: #183F6E;
}
</style>
border-color css
<style>
span { border-color: #183F6E; }
span { border-color: rgb(24,63,110); }
td.TdClassName
{
border-color: #183F6E;
}
.TagClassName
{
border-color: #183F6E;
}
</style>