#1F617D

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

Shades of Orient #1F617D

Tints of Orient #1F617D

Color information

#1F617D (or 0x1F617D) is unknown color: approx Orient. HEX triplet: 1F, 61 and 7D. RGB value is (31,97,125). Sum of RGB (Red+Green+Blue) = 31+97+125=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F617D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F617D is #E09E82. Grayscale: #505050. Windows color (decimal): -14720643 or 8216863. OLE color: 8216863.

HSL color Cylindrical-coordinate representation of color #1F617D: hue angle of 197.87º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F617D is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3197125-
CMYK0.750.2200.51
HSL197.87º60.26%30.59%-
HSV(B)197.87º75.2%49.02%-
XYZ8.5410.3220.94-
YUV80.46153.1392.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.25%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 125 (49.22% from 255) = 49.41%
R=12.25%
G=38.34%
B=49.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31971250.750.2200.51197.8760.2630.59
Hex1F617D4B16033c63c1f
Octal37141175113260633067437
Binary111111100001111110110010111011001100111100011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F617D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,97,125); }

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

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

 a { background-color: rgb(31,97,125); }

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

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

 span { border-color: rgb(31,97,125); }

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