Shades of Sapphire #183367
Tints of Sapphire #183367
RGB
CMYK
RGB Variations
Color information
#183367 (or 0x183367) is known color: Sapphire. HEX triplet: 18, 33 and 67. RGB value is (24,51,103). Sum of RGB (Red+Green+Blue) = 24+51+103=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 51 (20.31% from 255 or 28.65% from 178); Blue value is 103 (40.62% from 255 or 57.87% from 178); Max value from RGB is 103 - color contains mainly: blue. Hex color #183367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183367 is #E7CC98. Grayscale: #303030. Windows color (decimal): -15191193 or 6763288. OLE color: 6763288.
HSL color Cylindrical-coordinate representation of color #183367: hue angle of 219.49º 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 #183367 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 51 | 103 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.60 |
| HSL | 219.49º | 0.62% | 0.25% | - |
| HSV(B) | 219.49º | 0.77% | 0.4% | - |
| XYZ | 4.01 | 3.54 | 13.3 | - |
| YUV | 48.86 | 158.55 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 103 | 0.77 | 0.50 | 0 | 0.60 | 219.49 | 0.62 | 0.25 |
| Hex | 18 | 33 | 67 | 4D | 32 | 0 | 3C | DB | 3E | 19 |
| Octal | 30 | 63 | 147 | 115 | 62 | 0 | 74 | 333 | 76 | 31 |
| Binary | 11000 | 110011 | 1100111 | 1001101 | 110010 | 0 | 111100 | 11011011 | 111110 | 11001 |
Color Harmonies of #183367
Complementary color
Monochromatic Colors of #183367
Black with #183367
Text Example
Text Example
White with #183367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183367; }
p { color: rgb(24,51,103); }
H1.HeaderClassName
{
color: #183367;
}
.AnyTagClassName
{
color: #183367;
}
</style>
background-color css
<style>
a { background-color: #183367; }
a { background-color: rgb(24,51,103); }
div.DivClassName
{
background-color: #183367;
}
.BgClassName
{
background-color: #183367;
}
</style>
border-color css
<style>
span { border-color: #183367; }
span { border-color: rgb(24,51,103); }
td.TdClassName
{
border-color: #183367;
}
.TagClassName
{
border-color: #183367;
}
</style>