Shades of Sapphire #182A66
Tints of Sapphire #182A66
RGB
CMYK
RGB Variations
Color information
#182A66 (or 0x182A66) is known color: Sapphire. HEX triplet: 18, 2A and 66. RGB value is (24,42,102). Sum of RGB (Red+Green+Blue) = 24+42+102=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 102 (40.23% from 255 or 60.71% from 168); Max value from RGB is 102 - color contains mainly: blue. Hex color #182A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A66 is #E7D599. Grayscale: #2B2B2B. Windows color (decimal): -15193498 or 6695448. OLE color: 6695448.
HSL color Cylindrical-coordinate representation of color #182A66: hue angle of 226.15º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182A66 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 42 | 102 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.6 |
| HSL | 226.15º | 0.62% | 0.25% | - |
| HSV(B) | 226.15º | 0.76% | 0.4% | - |
| XYZ | 3.6 | 2.81 | 12.92 | - |
| YUV | 43.46 | 161.04 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 102 | 0.76 | 0.59 | 0 | 0.6 | 226.15 | 0.62 | 0.25 |
| Hex | 18 | 2A | 66 | 4C | 3B | 0 | 3C | E2 | 3E | 19 |
| Octal | 30 | 52 | 146 | 114 | 73 | 0 | 74 | 342 | 76 | 31 |
| Binary | 11000 | 101010 | 1100110 | 1001100 | 111011 | 0 | 111100 | 11100010 | 111110 | 11001 |
Color Harmonies of #182A66
Complementary color
Monochromatic Colors of #182A66
Black with #182A66
Text Example
Text Example
White with #182A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A66; }
p { color: rgb(24,42,102); }
H1.HeaderClassName
{
color: #182A66;
}
.AnyTagClassName
{
color: #182A66;
}
</style>
background-color css
<style>
a { background-color: #182A66; }
a { background-color: rgb(24,42,102); }
div.DivClassName
{
background-color: #182A66;
}
.BgClassName
{
background-color: #182A66;
}
</style>
border-color css
<style>
span { border-color: #182A66; }
span { border-color: rgb(24,42,102); }
td.TdClassName
{
border-color: #182A66;
}
.TagClassName
{
border-color: #182A66;
}
</style>