Shades of Sapphire #18307D
Tints of Sapphire #18307D
RGB
CMYK
RGB Variations
Color information
#18307D (or 0x18307D) is known color: Sapphire. HEX triplet: 18, 30 and 7D. RGB value is (24,48,125). Sum of RGB (Red+Green+Blue) = 24+48+125=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 125 (49.22% from 255 or 63.45% from 197); Max value from RGB is 125 - color contains mainly: blue. Hex color #18307D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18307D is #E7CF82. Grayscale: #313131. Windows color (decimal): -15191939 or 8204312. OLE color: 8204312.
HSL color Cylindrical-coordinate representation of color #18307D: hue angle of 225.74º 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 #18307D is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 48 | 125 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.51 |
| HSL | 225.74º | 0.68% | 0.29% | - |
| HSV(B) | 225.74º | 0.81% | 0.49% | - |
| XYZ | 5.14 | 3.79 | 19.86 | - |
| YUV | 49.6 | 170.55 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 125 | 0.81 | 0.62 | 0 | 0.51 | 225.74 | 0.68 | 0.29 |
| Hex | 18 | 30 | 7D | 51 | 3E | 0 | 33 | E2 | 44 | 1D |
| Octal | 30 | 60 | 175 | 121 | 76 | 0 | 63 | 342 | 104 | 35 |
| Binary | 11000 | 110000 | 1111101 | 1010001 | 111110 | 0 | 110011 | 11100010 | 1000100 | 11101 |
Color Harmonies of #18307D
Complementary color
Monochromatic Colors of #18307D
Black with #18307D
Text Example
Text Example
White with #18307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18307D; }
p { color: rgb(24,48,125); }
H1.HeaderClassName
{
color: #18307D;
}
.AnyTagClassName
{
color: #18307D;
}
</style>
background-color css
<style>
a { background-color: #18307D; }
a { background-color: rgb(24,48,125); }
div.DivClassName
{
background-color: #18307D;
}
.BgClassName
{
background-color: #18307D;
}
</style>
border-color css
<style>
span { border-color: #18307D; }
span { border-color: rgb(24,48,125); }
td.TdClassName
{
border-color: #18307D;
}
.TagClassName
{
border-color: #18307D;
}
</style>