Shades of Sapphire #182C63
Tints of Sapphire #182C63
RGB
CMYK
RGB Variations
Color information
#182C63 (or 0x182C63) is known color: Sapphire. HEX triplet: 18, 2C and 63. RGB value is (24,44,99). Sum of RGB (Red+Green+Blue) = 24+44+99=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #182C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C63 is #E7D39C. Grayscale: #2C2C2C. Windows color (decimal): -15192989 or 6499352. OLE color: 6499352.
HSL color Cylindrical-coordinate representation of color #182C63: hue angle of 224º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182C63 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
RGB | 24 | 44 | 99 | - |
CMYK | 0.76 | 0.56 | 0 | 0.61 |
HSL | 224º | 0.61% | 0.24% | - |
HSV(B) | 224º | 0.76% | 0.39% | - |
XYZ | 3.53 | 2.9 | 12.18 | - |
YUV | 44.29 | 158.87 | 113.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 44 | 99 | 0.76 | 0.56 | 0 | 0.61 | 224 | 0.61 | 0.24 |
Hex | 18 | 2C | 63 | 4C | 38 | 0 | 3D | E0 | 3D | 18 |
Octal | 30 | 54 | 143 | 114 | 70 | 0 | 75 | 340 | 75 | 30 |
Binary | 11000 | 101100 | 1100011 | 1001100 | 111000 | 0 | 111101 | 11100000 | 111101 | 11000 |
Color Harmonies of #182C63
Complementary color
Monochromatic Colors of #182C63
Black with #182C63
Text Example
Text Example
White with #182C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C63; }
p { color: rgb(24,44,99); }
H1.HeaderClassName
{
color: #182C63;
}
.AnyTagClassName
{
color: #182C63;
}
</style>
background-color css
<style>
a { background-color: #182C63; }
a { background-color: rgb(24,44,99); }
div.DivClassName
{
background-color: #182C63;
}
.BgClassName
{
background-color: #182C63;
}
</style>
border-color css
<style>
span { border-color: #182C63; }
span { border-color: rgb(24,44,99); }
td.TdClassName
{
border-color: #182C63;
}
.TagClassName
{
border-color: #182C63;
}
</style>