Shades of Sapphire #18307C
Tints of Sapphire #18307C
RGB
CMYK
RGB Variations
Color information
#18307C (or 0x18307C) is known color: Sapphire. HEX triplet: 18, 30 and 7C. RGB value is (24,48,124). Sum of RGB (Red+Green+Blue) = 24+48+124=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #18307C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18307C is #E7CF83. Grayscale: #313131. Windows color (decimal): -15191940 or 8138776. OLE color: 8138776.
HSL color Cylindrical-coordinate representation of color #18307C: hue angle of 225.6º 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 #18307C is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 48 | 124 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.51 |
| HSL | 225.6º | 0.68% | 0.29% | - |
| HSV(B) | 225.6º | 0.81% | 0.49% | - |
| XYZ | 5.07 | 3.76 | 19.53 | - |
| YUV | 49.49 | 170.05 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 124 | 0.81 | 0.61 | 0 | 0.51 | 225.6 | 0.68 | 0.29 |
| Hex | 18 | 30 | 7C | 51 | 3D | 0 | 33 | E2 | 44 | 1D |
| Octal | 30 | 60 | 174 | 121 | 75 | 0 | 63 | 342 | 104 | 35 |
| Binary | 11000 | 110000 | 1111100 | 1010001 | 111101 | 0 | 110011 | 11100010 | 1000100 | 11101 |
Color Harmonies of #18307C
Complementary color
Monochromatic Colors of #18307C
Black with #18307C
Text Example
Text Example
White with #18307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18307C; }
p { color: rgb(24,48,124); }
H1.HeaderClassName
{
color: #18307C;
}
.AnyTagClassName
{
color: #18307C;
}
</style>
background-color css
<style>
a { background-color: #18307C; }
a { background-color: rgb(24,48,124); }
div.DivClassName
{
background-color: #18307C;
}
.BgClassName
{
background-color: #18307C;
}
</style>
border-color css
<style>
span { border-color: #18307C; }
span { border-color: rgb(24,48,124); }
td.TdClassName
{
border-color: #18307C;
}
.TagClassName
{
border-color: #18307C;
}
</style>