#1F5C77

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

Shades of Orient #1F5C77

Tints of Orient #1F5C77

Color information

#1F5C77 (or 0x1F5C77) is unknown color: approx Orient. HEX triplet: 1F, 5C and 77. RGB value is (31,92,119). Sum of RGB (Red+Green+Blue) = 31+92+119=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F5C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5C77 is #E0A388. Grayscale: #4C4C4C. Windows color (decimal): -14721929 or 7822367. OLE color: 7822367.

HSL color Cylindrical-coordinate representation of color #1F5C77: hue angle of 198.41º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F5C77 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3192119-
CMYK0.740.2300.53
HSL198.41º58.67%29.41%-
HSV(B)198.41º73.95%46.67%-
XYZ7.729.2818.84-
YUV76.84151.7995.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.81%
GREEN value IS 92 (36.33% from 255) = 38.02%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=12.81%
G=38.02%
B=49.17%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31921190.740.2300.53198.4158.6729.41
Hex1F5C774A17035c63b1d
Octal37134167112270653067335
Binary111111011100111011110010101011101101011100011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,92,119); }

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

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

 a { background-color: rgb(31,92,119); }

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

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

 span { border-color: rgb(31,92,119); }

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