Shades of Orient #194F6D
Tints of Orient #194F6D
RGB
CMYK
RGB Variations
Color information
#194F6D (or 0x194F6D) is known color: Orient. HEX triplet: 19, 4F and 6D. RGB value is (25,79,109). Sum of RGB (Red+Green+Blue) = 25+79+109=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 79 (31.25% from 255 or 37.09% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #194F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F6D is #E6B092. Grayscale: #424242. Windows color (decimal): -15118483 or 7163673. OLE color: 7163673.
HSL color Cylindrical-coordinate representation of color #194F6D: hue angle of 201.43º 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 #194F6D is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 79 | 109 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.57 |
| HSL | 201.43º | 0.63% | 0.26% | - |
| HSV(B) | 201.43º | 0.77% | 0.43% | - |
| XYZ | 5.96 | 6.9 | 15.49 | - |
| YUV | 66.27 | 152.11 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 109 | 0.77 | 0.28 | 0 | 0.57 | 201.43 | 0.63 | 0.26 |
| Hex | 19 | 4F | 6D | 4D | 1C | 0 | 39 | C9 | 3F | 1A |
| Octal | 31 | 117 | 155 | 115 | 34 | 0 | 71 | 311 | 77 | 32 |
| Binary | 11001 | 1001111 | 1101101 | 1001101 | 11100 | 0 | 111001 | 11001001 | 111111 | 11010 |
Color Harmonies of #194F6D
Complementary color
Monochromatic Colors of #194F6D
Black with #194F6D
Text Example
Text Example
White with #194F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F6D; }
p { color: rgb(25,79,109); }
H1.HeaderClassName
{
color: #194F6D;
}
.AnyTagClassName
{
color: #194F6D;
}
</style>
background-color css
<style>
a { background-color: #194F6D; }
a { background-color: rgb(25,79,109); }
div.DivClassName
{
background-color: #194F6D;
}
.BgClassName
{
background-color: #194F6D;
}
</style>
border-color css
<style>
span { border-color: #194F6D; }
span { border-color: rgb(25,79,109); }
td.TdClassName
{
border-color: #194F6D;
}
.TagClassName
{
border-color: #194F6D;
}
</style>