Shades of Sapphire #182A68
Tints of Sapphire #182A68
RGB
CMYK
RGB Variations
Color information
#182A68 (or 0x182A68) is known color: Sapphire. HEX triplet: 18, 2A and 68. RGB value is (24,42,104). Sum of RGB (Red+Green+Blue) = 24+42+104=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #182A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A68 is #E7D597. Grayscale: #2B2B2B. Windows color (decimal): -15193496 or 6826520. OLE color: 6826520.
HSL color Cylindrical-coordinate representation of color #182A68: hue angle of 226.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #182A68 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 42 | 104 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.59 |
| HSL | 226.5º | 0.63% | 0.25% | - |
| HSV(B) | 226.5º | 0.77% | 0.41% | - |
| XYZ | 3.7 | 2.85 | 13.45 | - |
| YUV | 43.69 | 162.04 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 104 | 0.77 | 0.60 | 0 | 0.59 | 226.5 | 0.63 | 0.25 |
| Hex | 18 | 2A | 68 | 4D | 3C | 0 | 3B | E2 | 3E | 19 |
| Octal | 30 | 52 | 150 | 115 | 74 | 0 | 73 | 342 | 76 | 31 |
| Binary | 11000 | 101010 | 1101000 | 1001101 | 111100 | 0 | 111011 | 11100010 | 111110 | 11001 |
Color Harmonies of #182A68
Complementary color
Monochromatic Colors of #182A68
Black with #182A68
Text Example
Text Example
White with #182A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A68; }
p { color: rgb(24,42,104); }
H1.HeaderClassName
{
color: #182A68;
}
.AnyTagClassName
{
color: #182A68;
}
</style>
background-color css
<style>
a { background-color: #182A68; }
a { background-color: rgb(24,42,104); }
div.DivClassName
{
background-color: #182A68;
}
.BgClassName
{
background-color: #182A68;
}
</style>
border-color css
<style>
span { border-color: #182A68; }
span { border-color: rgb(24,42,104); }
td.TdClassName
{
border-color: #182A68;
}
.TagClassName
{
border-color: #182A68;
}
</style>