Shades of Orient #1F526F
Tints of Orient #1F526F
RGB
CMYK
RGB Variations
Color information
#1F526F (or 0x1F526F) is known color: Orient. HEX triplet: 1F, 52 and 6F. RGB value is (31,82,111). Sum of RGB (Red+Green+Blue) = 31+82+111=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F526F is #E0AD90. Grayscale: #454545. Windows color (decimal): -14724497 or 7295519. OLE color: 7295519.
HSL color Cylindrical-coordinate representation of color #1F526F: hue angle of 201.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F526F is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 82 | 111 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.56 |
| HSL | 201.75º | 0.56% | 0.28% | - |
| HSV(B) | 201.75º | 0.72% | 0.44% | - |
| XYZ | 6.45 | 7.47 | 16.14 | - |
| YUV | 70.06 | 151.1 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 111 | 0.72 | 0.26 | 0 | 0.56 | 201.75 | 0.56 | 0.28 |
| Hex | 1F | 52 | 6F | 48 | 1A | 0 | 38 | CA | 38 | 1C |
| Octal | 37 | 122 | 157 | 110 | 32 | 0 | 70 | 312 | 70 | 34 |
| Binary | 11111 | 1010010 | 1101111 | 1001000 | 11010 | 0 | 111000 | 11001010 | 111000 | 11100 |
Color Harmonies of #1F526F
Complementary color
Monochromatic Colors of #1F526F
Black with #1F526F
Text Example
Text Example
White with #1F526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F526F; }
p { color: rgb(31,82,111); }
H1.HeaderClassName
{
color: #1F526F;
}
.AnyTagClassName
{
color: #1F526F;
}
</style>
background-color css
<style>
a { background-color: #1F526F; }
a { background-color: rgb(31,82,111); }
div.DivClassName
{
background-color: #1F526F;
}
.BgClassName
{
background-color: #1F526F;
}
</style>
border-color css
<style>
span { border-color: #1F526F; }
span { border-color: rgb(31,82,111); }
td.TdClassName
{
border-color: #1F526F;
}
.TagClassName
{
border-color: #1F526F;
}
</style>