Shades of Dark Cerulean #184B7D
Tints of Dark Cerulean #184B7D
RGB
CMYK
RGB Variations
Color information
#184B7D (or 0x184B7D) is known color: Dark Cerulean. HEX triplet: 18, 4B and 7D. RGB value is (24,75,125). Sum of RGB (Red+Green+Blue) = 24+75+125=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #184B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B7D is #E7B482. Grayscale: #414141. Windows color (decimal): -15185027 or 8211224. OLE color: 8211224.
HSL color Cylindrical-coordinate representation of color #184B7D: hue angle of 209.7º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #184B7D is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 75 | 125 | - |
| CMYK | 0.81 | 0.40 | 0 | 0.51 |
| HSL | 209.7º | 0.68% | 0.29% | - |
| HSV(B) | 209.7º | 0.81% | 0.49% | - |
| XYZ | 6.59 | 6.71 | 20.35 | - |
| YUV | 65.45 | 161.6 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 125 | 0.81 | 0.40 | 0 | 0.51 | 209.7 | 0.68 | 0.29 |
| Hex | 18 | 4B | 7D | 51 | 28 | 0 | 33 | D2 | 44 | 1D |
| Octal | 30 | 113 | 175 | 121 | 50 | 0 | 63 | 322 | 104 | 35 |
| Binary | 11000 | 1001011 | 1111101 | 1010001 | 101000 | 0 | 110011 | 11010010 | 1000100 | 11101 |
Color Harmonies of #184B7D
Complementary color
Monochromatic Colors of #184B7D
Black with #184B7D
Text Example
Text Example
White with #184B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184B7D; }
p { color: rgb(24,75,125); }
H1.HeaderClassName
{
color: #184B7D;
}
.AnyTagClassName
{
color: #184B7D;
}
</style>
background-color css
<style>
a { background-color: #184B7D; }
a { background-color: rgb(24,75,125); }
div.DivClassName
{
background-color: #184B7D;
}
.BgClassName
{
background-color: #184B7D;
}
</style>
border-color css
<style>
span { border-color: #184B7D; }
span { border-color: rgb(24,75,125); }
td.TdClassName
{
border-color: #184B7D;
}
.TagClassName
{
border-color: #184B7D;
}
</style>