Shades of Sapphire #182F7D
Tints of Sapphire #182F7D
RGB
CMYK
RGB Variations
Color information
#182F7D (or 0x182F7D) is known color: Sapphire. HEX triplet: 18, 2F and 7D. RGB value is (24,47,125). Sum of RGB (Red+Green+Blue) = 24+47+125=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 125 (49.22% from 255 or 63.78% from 196); Max value from RGB is 125 - color contains mainly: blue. Hex color #182F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F7D is #E7D082. Grayscale: #303030. Windows color (decimal): -15192195 or 8204056. OLE color: 8204056.
HSL color Cylindrical-coordinate representation of color #182F7D: hue angle of 226.34º 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 #182F7D is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 47 | 125 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.51 |
| HSL | 226.34º | 0.68% | 0.29% | - |
| HSV(B) | 226.34º | 0.81% | 0.49% | - |
| XYZ | 5.09 | 3.71 | 19.85 | - |
| YUV | 49.02 | 170.88 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 47 | 125 | 0.81 | 0.62 | 0 | 0.51 | 226.34 | 0.68 | 0.29 |
| Hex | 18 | 2F | 7D | 51 | 3E | 0 | 33 | E2 | 44 | 1D |
| Octal | 30 | 57 | 175 | 121 | 76 | 0 | 63 | 342 | 104 | 35 |
| Binary | 11000 | 101111 | 1111101 | 1010001 | 111110 | 0 | 110011 | 11100010 | 1000100 | 11101 |
Color Harmonies of #182F7D
Complementary color
Monochromatic Colors of #182F7D
Black with #182F7D
Text Example
Text Example
White with #182F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182F7D; }
p { color: rgb(24,47,125); }
H1.HeaderClassName
{
color: #182F7D;
}
.AnyTagClassName
{
color: #182F7D;
}
</style>
background-color css
<style>
a { background-color: #182F7D; }
a { background-color: rgb(24,47,125); }
div.DivClassName
{
background-color: #182F7D;
}
.BgClassName
{
background-color: #182F7D;
}
</style>
border-color css
<style>
span { border-color: #182F7D; }
span { border-color: rgb(24,47,125); }
td.TdClassName
{
border-color: #182F7D;
}
.TagClassName
{
border-color: #182F7D;
}
</style>