#1F5576

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

Shades of Orient #1F5576

Tints of Orient #1F5576

Color information

#1F5576 (or 0x1F5576) is unknown color: approx Orient. HEX triplet: 1F, 55 and 76. RGB value is (31,85,118). Sum of RGB (Red+Green+Blue) = 31+85+118=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F5576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5576 is #E0AA89. Grayscale: #484848. Windows color (decimal): -14723722 or 7755039. OLE color: 7755039.

HSL color Cylindrical-coordinate representation of color #1F5576: hue angle of 202.76º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5576 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3185118-
CMYK0.740.2800.54
HSL202.76º58.39%29.22%-
HSV(B)202.76º73.73%46.27%-
XYZ7.088.118.33-
YUV72.62153.6198.32-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.25%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=13.25%
G=36.32%
B=50.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31851180.740.2800.54202.7658.3929.22
Hex1F55764A1C036cb3a1d
Octal37125166112340663137235
Binary111111010101111011010010101110001101101100101111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,85,118); }

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

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

 a { background-color: rgb(31,85,118); }

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

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

 span { border-color: rgb(31,85,118); }

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