Shades of Sapphire #18336B
Tints of Sapphire #18336B
RGB
CMYK
RGB Variations
Color information
#18336B (or 0x18336B) is known color: Sapphire. HEX triplet: 18, 33 and 6B. RGB value is (24,51,107). Sum of RGB (Red+Green+Blue) = 24+51+107=182 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.19% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 107 (42.19% from 255 or 58.79% from 182); Max value from RGB is 107 - color contains mainly: blue. Hex color #18336B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18336B is #E7CC94. Grayscale: #313131. Windows color (decimal): -15191189 or 7025432. OLE color: 7025432.
HSL color Cylindrical-coordinate representation of color #18336B: hue angle of 220.48º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18336B is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 24 | 51 | 107 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.58 |
| HSL | 220.48º | 0.63% | 0.26% | - |
| HSV(B) | 220.48º | 0.78% | 0.42% | - |
| XYZ | 4.21 | 3.62 | 14.39 | - |
| YUV | 49.31 | 160.55 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 107 | 0.78 | 0.52 | 0 | 0.58 | 220.48 | 0.63 | 0.26 |
| Hex | 18 | 33 | 6B | 4E | 34 | 0 | 3A | DC | 3F | 1A |
| Octal | 30 | 63 | 153 | 116 | 64 | 0 | 72 | 334 | 77 | 32 |
| Binary | 11000 | 110011 | 1101011 | 1001110 | 110100 | 0 | 111010 | 11011100 | 111111 | 11010 |
Color Harmonies of #18336B
Complementary color
Monochromatic Colors of #18336B
Black with #18336B
Text Example
Text Example
White with #18336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18336B; }
p { color: rgb(24,51,107); }
H1.HeaderClassName
{
color: #18336B;
}
.AnyTagClassName
{
color: #18336B;
}
</style>
background-color css
<style>
a { background-color: #18336B; }
a { background-color: rgb(24,51,107); }
div.DivClassName
{
background-color: #18336B;
}
.BgClassName
{
background-color: #18336B;
}
</style>
border-color css
<style>
span { border-color: #18336B; }
span { border-color: rgb(24,51,107); }
td.TdClassName
{
border-color: #18336B;
}
.TagClassName
{
border-color: #18336B;
}
</style>