Shades of Sapphire #18307B
Tints of Sapphire #18307B
RGB
CMYK
RGB Variations
Color information
#18307B (or 0x18307B) is known color: Sapphire. HEX triplet: 18, 30 and 7B. RGB value is (24,48,123). Sum of RGB (Red+Green+Blue) = 24+48+123=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 123 (48.44% from 255 or 63.08% from 195); Max value from RGB is 123 - color contains mainly: blue. Hex color #18307B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18307B is #E7CF84. Grayscale: #313131. Windows color (decimal): -15191941 or 8073240. OLE color: 8073240.
HSL color Cylindrical-coordinate representation of color #18307B: hue angle of 225.45º 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 #18307B is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 24 | 48 | 123 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.52 |
| HSL | 225.45º | 0.67% | 0.29% | - |
| HSV(B) | 225.45º | 0.8% | 0.48% | - |
| XYZ | 5.01 | 3.74 | 19.2 | - |
| YUV | 49.37 | 169.55 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 48 | 123 | 0.80 | 0.61 | 0 | 0.52 | 225.45 | 0.67 | 0.29 |
| Hex | 18 | 30 | 7B | 50 | 3D | 0 | 34 | E1 | 43 | 1D |
| Octal | 30 | 60 | 173 | 120 | 75 | 0 | 64 | 341 | 103 | 35 |
| Binary | 11000 | 110000 | 1111011 | 1010000 | 111101 | 0 | 110100 | 11100001 | 1000011 | 11101 |
Color Harmonies of #18307B
Complementary color
Monochromatic Colors of #18307B
Black with #18307B
Text Example
Text Example
White with #18307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18307B; }
p { color: rgb(24,48,123); }
H1.HeaderClassName
{
color: #18307B;
}
.AnyTagClassName
{
color: #18307B;
}
</style>
background-color css
<style>
a { background-color: #18307B; }
a { background-color: rgb(24,48,123); }
div.DivClassName
{
background-color: #18307B;
}
.BgClassName
{
background-color: #18307B;
}
</style>
border-color css
<style>
span { border-color: #18307B; }
span { border-color: rgb(24,48,123); }
td.TdClassName
{
border-color: #18307B;
}
.TagClassName
{
border-color: #18307B;
}
</style>