Shades of Orient #1B5F7D
Tints of Orient #1B5F7D
RGB
CMYK
RGB Variations
Color information
#1B5F7D (or 0x1B5F7D) is known color: Orient. HEX triplet: 1B, 5F and 7D. RGB value is (27,95,125). Sum of RGB (Red+Green+Blue) = 27+95+125=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #1B5F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5F7D is #E4A082. Grayscale: #4D4D4D. Windows color (decimal): -14983299 or 8216347. OLE color: 8216347.
HSL color Cylindrical-coordinate representation of color #1B5F7D: hue angle of 198.37º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B5F7D is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 27 | 95 | 125 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.51 |
| HSL | 198.37º | 0.64% | 0.3% | - |
| HSV(B) | 198.37º | 0.78% | 0.49% | - |
| XYZ | 8.25 | 9.9 | 20.88 | - |
| YUV | 78.09 | 154.47 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 95 | 125 | 0.78 | 0.24 | 0 | 0.51 | 198.37 | 0.64 | 0.3 |
| Hex | 1B | 5F | 7D | 4E | 18 | 0 | 33 | C6 | 40 | 1E |
| Octal | 33 | 137 | 175 | 116 | 30 | 0 | 63 | 306 | 100 | 36 |
| Binary | 11011 | 1011111 | 1111101 | 1001110 | 11000 | 0 | 110011 | 11000110 | 1000000 | 11110 |
Color Harmonies of #1B5F7D
Complementary color
Monochromatic Colors of #1B5F7D
Black with #1B5F7D
Text Example
Text Example
White with #1B5F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5F7D; }
p { color: rgb(27,95,125); }
H1.HeaderClassName
{
color: #1B5F7D;
}
.AnyTagClassName
{
color: #1B5F7D;
}
</style>
background-color css
<style>
a { background-color: #1B5F7D; }
a { background-color: rgb(27,95,125); }
div.DivClassName
{
background-color: #1B5F7D;
}
.BgClassName
{
background-color: #1B5F7D;
}
</style>
border-color css
<style>
span { border-color: #1B5F7D; }
span { border-color: rgb(27,95,125); }
td.TdClassName
{
border-color: #1B5F7D;
}
.TagClassName
{
border-color: #1B5F7D;
}
</style>