Shades of Orient #194E6D
Tints of Orient #194E6D
RGB
CMYK
RGB Variations
Color information
#194E6D (or 0x194E6D) is known color: Orient. HEX triplet: 19, 4E and 6D. RGB value is (25,78,109). Sum of RGB (Red+Green+Blue) = 25+78+109=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #194E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E6D is #E6B192. Grayscale: #414141. Windows color (decimal): -15118739 or 7163417. OLE color: 7163417.
HSL color Cylindrical-coordinate representation of color #194E6D: hue angle of 202.14º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #194E6D is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 78 | 109 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.57 |
| HSL | 202.14º | 0.63% | 0.26% | - |
| HSV(B) | 202.14º | 0.77% | 0.43% | - |
| XYZ | 5.89 | 6.76 | 15.46 | - |
| YUV | 65.69 | 152.44 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 109 | 0.77 | 0.28 | 0 | 0.57 | 202.14 | 0.63 | 0.26 |
| Hex | 19 | 4E | 6D | 4D | 1C | 0 | 39 | CA | 3F | 1A |
| Octal | 31 | 116 | 155 | 115 | 34 | 0 | 71 | 312 | 77 | 32 |
| Binary | 11001 | 1001110 | 1101101 | 1001101 | 11100 | 0 | 111001 | 11001010 | 111111 | 11010 |
Color Harmonies of #194E6D
Complementary color
Monochromatic Colors of #194E6D
Black with #194E6D
Text Example
Text Example
White with #194E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E6D; }
p { color: rgb(25,78,109); }
H1.HeaderClassName
{
color: #194E6D;
}
.AnyTagClassName
{
color: #194E6D;
}
</style>
background-color css
<style>
a { background-color: #194E6D; }
a { background-color: rgb(25,78,109); }
div.DivClassName
{
background-color: #194E6D;
}
.BgClassName
{
background-color: #194E6D;
}
</style>
border-color css
<style>
span { border-color: #194E6D; }
span { border-color: rgb(25,78,109); }
td.TdClassName
{
border-color: #194E6D;
}
.TagClassName
{
border-color: #194E6D;
}
</style>