#1F5071

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

Shades of Orient #1F5071

Tints of Orient #1F5071

Color information

#1F5071 (or 0x1F5071) is unknown color: approx Orient. HEX triplet: 1F, 50 and 71. RGB value is (31,80,113). Sum of RGB (Red+Green+Blue) = 31+80+113=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F5071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5071 is #E0AF8E. Grayscale: #444444. Windows color (decimal): -14725007 or 7426079. OLE color: 7426079.

HSL color Cylindrical-coordinate representation of color #1F5071: hue angle of 204.15º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F5071 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3180113-
CMYK0.730.2900.56
HSL204.15º56.94%28.24%-
HSV(B)204.15º72.57%44.31%-
XYZ6.417.2216.68-
YUV69.11152.77100.82-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.84%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=13.84%
G=35.71%
B=50.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31801130.730.2900.56204.1556.9428.24
Hex1F5071491D038cc391c
Octal37120161111350703147134
Binary111111010000111000110010011110101110001100110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,80,113); }

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

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

 a { background-color: rgb(31,80,113); }

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

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

 span { border-color: rgb(31,80,113); }

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