Shades of Orient #265F71
Tints of Orient #265F71
RGB
CMYK
RGB Variations
Color information
#265F71 (or 0x265F71) is known color: Orient. HEX triplet: 26, 5F and 71. RGB value is (38,95,113). Sum of RGB (Red+Green+Blue) = 38+95+113=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 95 (37.5% from 255 or 38.62% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #265F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265F71 is #D9A08E. Grayscale: #4F4F4F. Windows color (decimal): -14262415 or 7429926. OLE color: 7429926.
HSL color Cylindrical-coordinate representation of color #265F71: hue angle of 194.4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #265F71 is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 38 | 95 | 113 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.56 |
| HSL | 194.4º | 0.5% | 0.3% | - |
| HSV(B) | 194.4º | 0.66% | 0.44% | - |
| XYZ | 7.87 | 9.79 | 17.1 | - |
| YUV | 80.01 | 146.62 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 95 | 113 | 0.66 | 0.16 | 0 | 0.56 | 194.4 | 0.5 | 0.3 |
| Hex | 26 | 5F | 71 | 42 | 10 | 0 | 38 | C2 | 32 | 1E |
| Octal | 46 | 137 | 161 | 102 | 20 | 0 | 70 | 302 | 62 | 36 |
| Binary | 100110 | 1011111 | 1110001 | 1000010 | 10000 | 0 | 111000 | 11000010 | 110010 | 11110 |
Color Harmonies of #265F71
Complementary color
Monochromatic Colors of #265F71
Black with #265F71
Text Example
Text Example
White with #265F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #265F71; }
p { color: rgb(38,95,113); }
H1.HeaderClassName
{
color: #265F71;
}
.AnyTagClassName
{
color: #265F71;
}
</style>
background-color css
<style>
a { background-color: #265F71; }
a { background-color: rgb(38,95,113); }
div.DivClassName
{
background-color: #265F71;
}
.BgClassName
{
background-color: #265F71;
}
</style>
border-color css
<style>
span { border-color: #265F71; }
span { border-color: rgb(38,95,113); }
td.TdClassName
{
border-color: #265F71;
}
.TagClassName
{
border-color: #265F71;
}
</style>