Shades of Sapphire #18317B
Tints of Sapphire #18317B
RGB
CMYK
RGB Variations
Color information
#18317B (or 0x18317B) is known color: Sapphire. HEX triplet: 18, 31 and 7B. RGB value is (24,49,123). Sum of RGB (Red+Green+Blue) = 24+49+123=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #18317B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18317B is #E7CE84. Grayscale: #313131. Windows color (decimal): -15191685 or 8073496. OLE color: 8073496.
HSL color Cylindrical-coordinate representation of color #18317B: hue angle of 224.85º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18317B is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 49 | 123 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.52 |
| HSL | 224.85º | 0.67% | 0.29% | - |
| HSV(B) | 224.85º | 0.8% | 0.48% | - |
| XYZ | 5.05 | 3.82 | 19.21 | - |
| YUV | 49.96 | 169.22 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 123 | 0.80 | 0.60 | 0 | 0.52 | 224.85 | 0.67 | 0.29 |
| Hex | 18 | 31 | 7B | 50 | 3C | 0 | 34 | E1 | 43 | 1D |
| Octal | 30 | 61 | 173 | 120 | 74 | 0 | 64 | 341 | 103 | 35 |
| Binary | 11000 | 110001 | 1111011 | 1010000 | 111100 | 0 | 110100 | 11100001 | 1000011 | 11101 |
Color Harmonies of #18317B
Complementary color
Monochromatic Colors of #18317B
Black with #18317B
Text Example
Text Example
White with #18317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18317B; }
p { color: rgb(24,49,123); }
H1.HeaderClassName
{
color: #18317B;
}
.AnyTagClassName
{
color: #18317B;
}
</style>
background-color css
<style>
a { background-color: #18317B; }
a { background-color: rgb(24,49,123); }
div.DivClassName
{
background-color: #18317B;
}
.BgClassName
{
background-color: #18317B;
}
</style>
border-color css
<style>
span { border-color: #18317B; }
span { border-color: rgb(24,49,123); }
td.TdClassName
{
border-color: #18317B;
}
.TagClassName
{
border-color: #18317B;
}
</style>