#1F5D78

Color #1F5D78 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #1F5D78

Tints of Orient #1F5D78

Color information

#1F5D78 (or 0x1F5D78) is unknown color: approx Orient. HEX triplet: 1F, 5D and 78. RGB value is (31,93,120). Sum of RGB (Red+Green+Blue) = 31+93+120=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 120 (47.27% from 255 or 49.18% from 244); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F5D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5D78 is #E0A287. Grayscale: #4D4D4D. Windows color (decimal): -14721672 or 7888159. OLE color: 7888159.

HSL color Cylindrical-coordinate representation of color #1F5D78: hue angle of 198.2º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5D78 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3193120-
CMYK0.740.2200.53
HSL198.2º58.94%29.61%-
HSV(B)198.2º74.17%47.06%-
XYZ7.879.4819.18-
YUV77.54151.9694.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 12.70%
GREEN value IS 93 (36.72% from 255) = 38.11%
BLUE value IS 120 (47.27% from 255) = 49.18%
R=12.70%
G=38.11%
B=49.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31931200.740.2200.53198.258.9429.61
Hex1F5D784A16035c63b1e
Octal37135170112260653067336
Binary111111011101111100010010101011001101011100011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F5D78; }

 p { color: rgb(31,93,120); }

 H1.HeaderClassName
 {
   color: #1F5D78;
 }
 .AnyTagClassName
 {
   color: #1F5D78;
 }
</style>
background-color css

<style>
 a { background-color: #1F5D78; }

 a { background-color: rgb(31,93,120); }

 div.DivClassName
 {
   background-color: #1F5D78;
 }
 .BgClassName
 {
   background-color: #1F5D78;
 }
</style>
border-color css

<style>
 span { border-color: #1F5D78; }

 span { border-color: rgb(31,93,120); }

 td.TdClassName
 {
   border-color: #1F5D78;
 }
 .TagClassName
 {
   border-color: #1F5D78;
 }
</style>