#1F5A71

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

Shades of Orient #1F5A71

Tints of Orient #1F5A71

Color information

#1F5A71 (or 0x1F5A71) is unknown color: approx Orient. HEX triplet: 1F, 5A and 71. RGB value is (31,90,113). Sum of RGB (Red+Green+Blue) = 31+90+113=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F5A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5A71 is #E0A58E. Grayscale: #4A4A4A. Windows color (decimal): -14722447 or 7428639. OLE color: 7428639.

HSL color Cylindrical-coordinate representation of color #1F5A71: hue angle of 196.83º 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 #1F5A71 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3190113-
CMYK0.730.2000.56
HSL196.83º56.94%28.24%-
HSV(B)196.83º72.57%44.31%-
XYZ7.28.816.94-
YUV74.98149.4596.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.25%
GREEN value IS 90 (35.55% from 255) = 38.46%
BLUE value IS 113 (44.53% from 255) = 48.29%
R=13.25%
G=38.46%
B=48.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31901130.730.2000.56196.8356.9428.24
Hex1F5A714914038c5391c
Octal37132161111240703057134
Binary111111011010111000110010011010001110001100010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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