Shades of Orient #134F6B
Tints of Orient #134F6B
RGB
CMYK
RGB Variations
Color information
#134F6B (or 0x134F6B) is known color: Orient. HEX triplet: 13, 4F and 6B. RGB value is (19,79,107). Sum of RGB (Red+Green+Blue) = 19+79+107=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #134F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #134F6B is #ECB094. Grayscale: #404040. Windows color (decimal): -15511701 or 7032595. OLE color: 7032595.
HSL color Cylindrical-coordinate representation of color #134F6B: hue angle of 199.09º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #134F6B is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 79 | 107 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.58 |
| HSL | 199.09º | 0.7% | 0.25% | - |
| HSV(B) | 199.09º | 0.82% | 0.42% | - |
| XYZ | 5.72 | 6.79 | 14.92 | - |
| YUV | 64.25 | 152.12 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 107 | 0.82 | 0.26 | 0 | 0.58 | 199.09 | 0.7 | 0.25 |
| Hex | 13 | 4F | 6B | 52 | 1A | 0 | 3A | C7 | 46 | 19 |
| Octal | 23 | 117 | 153 | 122 | 32 | 0 | 72 | 307 | 106 | 31 |
| Binary | 10011 | 1001111 | 1101011 | 1010010 | 11010 | 0 | 111010 | 11000111 | 1000110 | 11001 |
Color Harmonies of #134F6B
Complementary color
Monochromatic Colors of #134F6B
Black with #134F6B
Text Example
Text Example
White with #134F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F6B; }
p { color: rgb(19,79,107); }
H1.HeaderClassName
{
color: #134F6B;
}
.AnyTagClassName
{
color: #134F6B;
}
</style>
background-color css
<style>
a { background-color: #134F6B; }
a { background-color: rgb(19,79,107); }
div.DivClassName
{
background-color: #134F6B;
}
.BgClassName
{
background-color: #134F6B;
}
</style>
border-color css
<style>
span { border-color: #134F6B; }
span { border-color: rgb(19,79,107); }
td.TdClassName
{
border-color: #134F6B;
}
.TagClassName
{
border-color: #134F6B;
}
</style>