Shades of Orient #154F74
Tints of Orient #154F74
RGB
CMYK
RGB Variations
Color information
#154F74 (or 0x154F74) is known color: Orient. HEX triplet: 15, 4F and 74. RGB value is (21,79,116). Sum of RGB (Red+Green+Blue) = 21+79+116=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 79 (31.25% from 255 or 36.57% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #154F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #154F74 is #EAB08B. Grayscale: #414141. Windows color (decimal): -15380620 or 7622421. OLE color: 7622421.
HSL color Cylindrical-coordinate representation of color #154F74: hue angle of 203.37º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #154F74 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 79 | 116 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.55 |
| HSL | 203.37º | 0.69% | 0.27% | - |
| HSV(B) | 203.37º | 0.82% | 0.45% | - |
| XYZ | 6.26 | 7.01 | 17.55 | - |
| YUV | 65.88 | 156.28 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 116 | 0.82 | 0.32 | 0 | 0.55 | 203.37 | 0.69 | 0.27 |
| Hex | 15 | 4F | 74 | 52 | 20 | 0 | 37 | CB | 45 | 1B |
| Octal | 25 | 117 | 164 | 122 | 40 | 0 | 67 | 313 | 105 | 33 |
| Binary | 10101 | 1001111 | 1110100 | 1010010 | 100000 | 0 | 110111 | 11001011 | 1000101 | 11011 |
Color Harmonies of #154F74
Complementary color
Monochromatic Colors of #154F74
Black with #154F74
Text Example
Text Example
White with #154F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154F74; }
p { color: rgb(21,79,116); }
H1.HeaderClassName
{
color: #154F74;
}
.AnyTagClassName
{
color: #154F74;
}
</style>
background-color css
<style>
a { background-color: #154F74; }
a { background-color: rgb(21,79,116); }
div.DivClassName
{
background-color: #154F74;
}
.BgClassName
{
background-color: #154F74;
}
</style>
border-color css
<style>
span { border-color: #154F74; }
span { border-color: rgb(21,79,116); }
td.TdClassName
{
border-color: #154F74;
}
.TagClassName
{
border-color: #154F74;
}
</style>