#1F617C

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

Shades of Orient #1F617C

Tints of Orient #1F617C

Color information

#1F617C (or 0x1F617C) is unknown color: approx Orient. HEX triplet: 1F, 61 and 7C. RGB value is (31,97,124). Sum of RGB (Red+Green+Blue) = 31+97+124=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F617C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F617C is #E09E83. Grayscale: #505050. Windows color (decimal): -14720644 or 8151327. OLE color: 8151327.

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

Color convert

RGB3197124-
CMYK0.750.2200.51
HSL197.42º60%30.39%-
HSV(B)197.42º75%48.63%-
XYZ8.4810.320.61-
YUV80.34152.6392.8-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.30%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 124 (48.83% from 255) = 49.21%
R=12.30%
G=38.49%
B=49.21%

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
Decimal31971240.750.2200.51197.426030.39
Hex1F617C4B16033c53c1e
Octal37141174113260633057436
Binary111111100001111110010010111011001100111100010111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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