Shades of Sapphire #1B306E
Tints of Sapphire #1B306E
RGB
CMYK
RGB Variations
Color information
#1B306E (or 0x1B306E) is known color: Sapphire. HEX triplet: 1B, 30 and 6E. RGB value is (27,48,110). Sum of RGB (Red+Green+Blue) = 27+48+110=185 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.59% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #1B306E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B306E is #E4CF91. Grayscale: #303030. Windows color (decimal): -14995346 or 7221275. OLE color: 7221275.
HSL color Cylindrical-coordinate representation of color #1B306E: hue angle of 224.82º degrees, saturation: 0.61, 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 #1B306E is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 48 | 110 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.57 |
| HSL | 224.82º | 0.61% | 0.27% | - |
| HSV(B) | 224.82º | 0.75% | 0.43% | - |
| XYZ | 4.32 | 3.47 | 15.19 | - |
| YUV | 48.79 | 162.54 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 48 | 110 | 0.75 | 0.56 | 0 | 0.57 | 224.82 | 0.61 | 0.27 |
| Hex | 1B | 30 | 6E | 4B | 38 | 0 | 39 | E1 | 3D | 1B |
| Octal | 33 | 60 | 156 | 113 | 70 | 0 | 71 | 341 | 75 | 33 |
| Binary | 11011 | 110000 | 1101110 | 1001011 | 111000 | 0 | 111001 | 11100001 | 111101 | 11011 |
Color Harmonies of #1B306E
Complementary color
Monochromatic Colors of #1B306E
Black with #1B306E
Text Example
Text Example
White with #1B306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B306E; }
p { color: rgb(27,48,110); }
H1.HeaderClassName
{
color: #1B306E;
}
.AnyTagClassName
{
color: #1B306E;
}
</style>
background-color css
<style>
a { background-color: #1B306E; }
a { background-color: rgb(27,48,110); }
div.DivClassName
{
background-color: #1B306E;
}
.BgClassName
{
background-color: #1B306E;
}
</style>
border-color css
<style>
span { border-color: #1B306E; }
span { border-color: rgb(27,48,110); }
td.TdClassName
{
border-color: #1B306E;
}
.TagClassName
{
border-color: #1B306E;
}
</style>