Shades of Sapphire #182C67
Tints of Sapphire #182C67
RGB
CMYK
RGB Variations
Color information
#182C67 (or 0x182C67) is known color: Sapphire. HEX triplet: 18, 2C and 67. RGB value is (24,44,103). Sum of RGB (Red+Green+Blue) = 24+44+103=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 44 (17.58% from 255 or 25.73% from 171); Blue value is 103 (40.62% from 255 or 60.23% from 171); Max value from RGB is 103 - color contains mainly: blue. Hex color #182C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182C67 is #E7D398. Grayscale: #2C2C2C. Windows color (decimal): -15192985 or 6761496. OLE color: 6761496.
HSL color Cylindrical-coordinate representation of color #182C67: hue angle of 224.81º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #182C67 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 44 | 103 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.60 |
| HSL | 224.81º | 0.62% | 0.25% | - |
| HSV(B) | 224.81º | 0.77% | 0.4% | - |
| XYZ | 3.73 | 2.97 | 13.21 | - |
| YUV | 44.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 44 | 103 | 0.77 | 0.57 | 0 | 0.60 | 224.81 | 0.62 | 0.25 |
| Hex | 18 | 2C | 67 | 4D | 39 | 0 | 3C | E1 | 3E | 19 |
| Octal | 30 | 54 | 147 | 115 | 71 | 0 | 74 | 341 | 76 | 31 |
| Binary | 11000 | 101100 | 1100111 | 1001101 | 111001 | 0 | 111100 | 11100001 | 111110 | 11001 |
Color Harmonies of #182C67
Complementary color
Monochromatic Colors of #182C67
Black with #182C67
Text Example
Text Example
White with #182C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182C67; }
p { color: rgb(24,44,103); }
H1.HeaderClassName
{
color: #182C67;
}
.AnyTagClassName
{
color: #182C67;
}
</style>
background-color css
<style>
a { background-color: #182C67; }
a { background-color: rgb(24,44,103); }
div.DivClassName
{
background-color: #182C67;
}
.BgClassName
{
background-color: #182C67;
}
</style>
border-color css
<style>
span { border-color: #182C67; }
span { border-color: rgb(24,44,103); }
td.TdClassName
{
border-color: #182C67;
}
.TagClassName
{
border-color: #182C67;
}
</style>