Shades of Sapphire #182769
Tints of Sapphire #182769
RGB
CMYK
RGB Variations
Color information
#182769 (or 0x182769) is known color: Sapphire. HEX triplet: 18, 27 and 69. RGB value is (24,39,105). Sum of RGB (Red+Green+Blue) = 24+39+105=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 105 (41.41% from 255 or 62.5% from 168); Max value from RGB is 105 - color contains mainly: blue. Hex color #182769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182769 is #E7D896. Grayscale: #292929. Windows color (decimal): -15194263 or 6891288. OLE color: 6891288.
HSL color Cylindrical-coordinate representation of color #182769: hue angle of 228.89º degrees, saturation: 0.63, 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 #182769 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 24 | 39 | 105 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.59 |
| HSL | 228.89º | 0.63% | 0.25% | - |
| HSV(B) | 228.89º | 0.77% | 0.41% | - |
| XYZ | 3.65 | 2.67 | 13.69 | - |
| YUV | 42.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 105 | 0.77 | 0.63 | 0 | 0.59 | 228.89 | 0.63 | 0.25 |
| Hex | 18 | 27 | 69 | 4D | 3F | 0 | 3B | E5 | 3F | 19 |
| Octal | 30 | 47 | 151 | 115 | 77 | 0 | 73 | 345 | 77 | 31 |
| Binary | 11000 | 100111 | 1101001 | 1001101 | 111111 | 0 | 111011 | 11100101 | 111111 | 11001 |
Color Harmonies of #182769
Complementary color
Monochromatic Colors of #182769
Black with #182769
Text Example
Text Example
White with #182769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182769; }
p { color: rgb(24,39,105); }
H1.HeaderClassName
{
color: #182769;
}
.AnyTagClassName
{
color: #182769;
}
</style>
background-color css
<style>
a { background-color: #182769; }
a { background-color: rgb(24,39,105); }
div.DivClassName
{
background-color: #182769;
}
.BgClassName
{
background-color: #182769;
}
</style>
border-color css
<style>
span { border-color: #182769; }
span { border-color: rgb(24,39,105); }
td.TdClassName
{
border-color: #182769;
}
.TagClassName
{
border-color: #182769;
}
</style>