Shades of Dark Cerulean #184B7F
Tints of Dark Cerulean #184B7F
RGB
CMYK
RGB Variations
Color information
#184B7F (or 0x184B7F) is known color: Dark Cerulean. HEX triplet: 18, 4B and 7F. RGB value is (24,75,127). Sum of RGB (Red+Green+Blue) = 24+75+127=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #184B7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184B7F is #E7B480. Grayscale: #414141. Windows color (decimal): -15185025 or 8342296. OLE color: 8342296.
HSL color Cylindrical-coordinate representation of color #184B7F: hue angle of 210.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #184B7F is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 24 | 75 | 127 | - |
| CMYK | 0.81 | 0.41 | 0 | 0.50 |
| HSL | 210.29º | 0.68% | 0.3% | - |
| HSV(B) | 210.29º | 0.81% | 0.5% | - |
| XYZ | 6.72 | 6.76 | 21.03 | - |
| YUV | 65.68 | 162.6 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 75 | 127 | 0.81 | 0.41 | 0 | 0.50 | 210.29 | 0.68 | 0.3 |
| Hex | 18 | 4B | 7F | 51 | 29 | 0 | 32 | D2 | 44 | 1E |
| Octal | 30 | 113 | 177 | 121 | 51 | 0 | 62 | 322 | 104 | 36 |
| Binary | 11000 | 1001011 | 1111111 | 1010001 | 101001 | 0 | 110010 | 11010010 | 1000100 | 11110 |
Color Harmonies of #184B7F
Complementary color
Monochromatic Colors of #184B7F
Black with #184B7F
Text Example
Text Example
White with #184B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184B7F; }
p { color: rgb(24,75,127); }
H1.HeaderClassName
{
color: #184B7F;
}
.AnyTagClassName
{
color: #184B7F;
}
</style>
background-color css
<style>
a { background-color: #184B7F; }
a { background-color: rgb(24,75,127); }
div.DivClassName
{
background-color: #184B7F;
}
.BgClassName
{
background-color: #184B7F;
}
</style>
border-color css
<style>
span { border-color: #184B7F; }
span { border-color: rgb(24,75,127); }
td.TdClassName
{
border-color: #184B7F;
}
.TagClassName
{
border-color: #184B7F;
}
</style>