#1F5371

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

Shades of Orient #1F5371

Tints of Orient #1F5371

Color information

#1F5371 (or 0x1F5371) is unknown color: approx Orient. HEX triplet: 1F, 53 and 71. RGB value is (31,83,113). Sum of RGB (Red+Green+Blue) = 31+83+113=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F5371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5371 is #E0AC8E. Grayscale: #464646. Windows color (decimal): -14724239 or 7426847. OLE color: 7426847.

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

Color convert

RGB3183113-
CMYK0.730.2700.56
HSL201.95º56.94%28.24%-
HSV(B)201.95º72.57%44.31%-
XYZ6.647.6716.75-
YUV70.87151.7799.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.66%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=13.66%
G=36.56%
B=49.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31831130.730.2700.56201.9556.9428.24
Hex1F5371491B038ca391c
Octal37123161111330703127134
Binary111111010011111000110010011101101110001100101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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