Shades of Orient #154F6F
Tints of Orient #154F6F
RGB
CMYK
RGB Variations
Color information
#154F6F (or 0x154F6F) is known color: Orient. HEX triplet: 15, 4F and 6F. RGB value is (21,79,111). Sum of RGB (Red+Green+Blue) = 21+79+111=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #154F6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F6F is #EAB090. Grayscale: #414141. Windows color (decimal): -15380625 or 7294741. OLE color: 7294741.
HSL color Cylindrical-coordinate representation of color #154F6F: hue angle of 201.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #154F6F is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 79 | 111 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.56 |
| HSL | 201.33º | 0.68% | 0.26% | - |
| HSV(B) | 201.33º | 0.81% | 0.44% | - |
| XYZ | 5.97 | 6.9 | 16.06 | - |
| YUV | 65.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 111 | 0.81 | 0.29 | 0 | 0.56 | 201.33 | 0.68 | 0.26 |
| Hex | 15 | 4F | 6F | 51 | 1D | 0 | 38 | C9 | 44 | 1A |
| Octal | 25 | 117 | 157 | 121 | 35 | 0 | 70 | 311 | 104 | 32 |
| Binary | 10101 | 1001111 | 1101111 | 1010001 | 11101 | 0 | 111000 | 11001001 | 1000100 | 11010 |
Color Harmonies of #154F6F
Complementary color
Monochromatic Colors of #154F6F
Black with #154F6F
Text Example
Text Example
White with #154F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F6F; }
p { color: rgb(21,79,111); }
H1.HeaderClassName
{
color: #154F6F;
}
.AnyTagClassName
{
color: #154F6F;
}
</style>
background-color css
<style>
a { background-color: #154F6F; }
a { background-color: rgb(21,79,111); }
div.DivClassName
{
background-color: #154F6F;
}
.BgClassName
{
background-color: #154F6F;
}
</style>
border-color css
<style>
span { border-color: #154F6F; }
span { border-color: rgb(21,79,111); }
td.TdClassName
{
border-color: #154F6F;
}
.TagClassName
{
border-color: #154F6F;
}
</style>