Shades of Sapphire #1B306D
Tints of Sapphire #1B306D
RGB
CMYK
RGB Variations
Color information
#1B306D (or 0x1B306D) is known color: Sapphire. HEX triplet: 1B, 30 and 6D. RGB value is (27,48,109). Sum of RGB (Red+Green+Blue) = 27+48+109=184 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.67% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 109 (42.97% from 255 or 59.24% from 184); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B306D is #E4CF92. Grayscale: #303030. Windows color (decimal): -14995347 or 7155739. OLE color: 7155739.
HSL color Cylindrical-coordinate representation of color #1B306D: hue angle of 224.63º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B306D is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 48 | 109 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.57 |
| HSL | 224.63º | 0.6% | 0.27% | - |
| HSV(B) | 224.63º | 0.75% | 0.43% | - |
| XYZ | 4.27 | 3.45 | 14.91 | - |
| YUV | 48.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 48 | 109 | 0.75 | 0.56 | 0 | 0.57 | 224.63 | 0.6 | 0.27 |
| Hex | 1B | 30 | 6D | 4B | 38 | 0 | 39 | E1 | 3C | 1B |
| Octal | 33 | 60 | 155 | 113 | 70 | 0 | 71 | 341 | 74 | 33 |
| Binary | 11011 | 110000 | 1101101 | 1001011 | 111000 | 0 | 111001 | 11100001 | 111100 | 11011 |
Color Harmonies of #1B306D
Complementary color
Monochromatic Colors of #1B306D
Black with #1B306D
Text Example
Text Example
White with #1B306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B306D; }
p { color: rgb(27,48,109); }
H1.HeaderClassName
{
color: #1B306D;
}
.AnyTagClassName
{
color: #1B306D;
}
</style>
background-color css
<style>
a { background-color: #1B306D; }
a { background-color: rgb(27,48,109); }
div.DivClassName
{
background-color: #1B306D;
}
.BgClassName
{
background-color: #1B306D;
}
</style>
border-color css
<style>
span { border-color: #1B306D; }
span { border-color: rgb(27,48,109); }
td.TdClassName
{
border-color: #1B306D;
}
.TagClassName
{
border-color: #1B306D;
}
</style>