Shades of Sapphire #182F7E
Tints of Sapphire #182F7E
RGB
CMYK
RGB Variations
Color information
#182F7E (or 0x182F7E) is known color: Sapphire. HEX triplet: 18, 2F and 7E. RGB value is (24,47,126). Sum of RGB (Red+Green+Blue) = 24+47+126=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 126 (49.61% from 255 or 63.96% from 197); Max value from RGB is 126 - color contains mainly: blue. Hex color #182F7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F7E is #E7D081. Grayscale: #303030. Windows color (decimal): -15192194 or 8269592. OLE color: 8269592.
HSL color Cylindrical-coordinate representation of color #182F7E: hue angle of 226.47º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #182F7E is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 47 | 126 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.51 |
| HSL | 226.47º | 0.68% | 0.29% | - |
| HSV(B) | 226.47º | 0.81% | 0.49% | - |
| XYZ | 5.16 | 3.73 | 20.19 | - |
| YUV | 49.13 | 171.38 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 126 | 0.81 | 0.63 | 0 | 0.51 | 226.47 | 0.68 | 0.29 |
| Hex | 18 | 2F | 7E | 51 | 3F | 0 | 33 | E2 | 44 | 1D |
| Octal | 30 | 57 | 176 | 121 | 77 | 0 | 63 | 342 | 104 | 35 |
| Binary | 11000 | 101111 | 1111110 | 1010001 | 111111 | 0 | 110011 | 11100010 | 1000100 | 11101 |
Color Harmonies of #182F7E
Complementary color
Monochromatic Colors of #182F7E
Black with #182F7E
Text Example
Text Example
White with #182F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182F7E; }
p { color: rgb(24,47,126); }
H1.HeaderClassName
{
color: #182F7E;
}
.AnyTagClassName
{
color: #182F7E;
}
</style>
background-color css
<style>
a { background-color: #182F7E; }
a { background-color: rgb(24,47,126); }
div.DivClassName
{
background-color: #182F7E;
}
.BgClassName
{
background-color: #182F7E;
}
</style>
border-color css
<style>
span { border-color: #182F7E; }
span { border-color: rgb(24,47,126); }
td.TdClassName
{
border-color: #182F7E;
}
.TagClassName
{
border-color: #182F7E;
}
</style>