#1F5473

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

Shades of Orient #1F5473

Tints of Orient #1F5473

Color information

#1F5473 (or 0x1F5473) is unknown color: approx Orient. HEX triplet: 1F, 54 and 73. RGB value is (31,84,115). Sum of RGB (Red+Green+Blue) = 31+84+115=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F5473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5473 is #E0AB8C. Grayscale: #474747. Windows color (decimal): -14723981 or 7558175. OLE color: 7558175.

HSL color Cylindrical-coordinate representation of color #1F5473: hue angle of 202.14º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F5473 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3184115-
CMYK0.730.2700.55
HSL202.14º57.53%28.63%-
HSV(B)202.14º73.04%45.1%-
XYZ6.837.8717.38-
YUV71.69152.4498.98-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.48%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 115 (45.31% from 255) = 50%
R=13.48%
G=36.52%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31841150.730.2700.55202.1457.5328.63
Hex1F5473491B037ca3a1d
Octal37124163111330673127235
Binary111111010100111001110010011101101101111100101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,84,115); }

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

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

 a { background-color: rgb(31,84,115); }

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

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

 span { border-color: rgb(31,84,115); }

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