#1F637C

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

Shades of Allports #1F637C

Tints of Allports #1F637C

Color information

#1F637C (or 0x1F637C) is unknown color: approx Allports. HEX triplet: 1F, 63 and 7C. RGB value is (31,99,124). Sum of RGB (Red+Green+Blue) = 31+99+124=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F637C is #E09C83. Grayscale: #515151. Windows color (decimal): -14720132 or 8151839. OLE color: 8151839.

HSL color Cylindrical-coordinate representation of color #1F637C: hue angle of 196.13º 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 #1F637C is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3199124-
CMYK0.750.2000.51
HSL196.13º60%30.39%-
HSV(B)196.13º75%48.63%-
XYZ8.6710.6720.67-
YUV81.52151.9791.97-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.20%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 124 (48.83% from 255) = 48.82%
R=12.20%
G=38.98%
B=48.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31991240.750.2000.51196.136030.39
Hex1F637C4B14033c43c1e
Octal37143174113240633047436
Binary111111100011111110010010111010001100111100010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F637C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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