#1F6D90

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

Shades of Allports #1F6D90

Tints of Allports #1F6D90

Color information

#1F6D90 (or 0x1F6D90) is unknown color: approx Allports. HEX triplet: 1F, 6D and 90. RGB value is (31,109,144). Sum of RGB (Red+Green+Blue) = 31+109+144=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #1F6D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6D90 is #E0926F. Grayscale: #595959. Windows color (decimal): -14717552 or 9465119. OLE color: 9465119.

HSL color Cylindrical-coordinate representation of color #1F6D90: hue angle of 198.58º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F6D90 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB31109144-
CMYK0.780.2400.44
HSL198.58º64.57%34.31%-
HSV(B)198.58º78.47%56.47%-
XYZ11.0713.2428.36-
YUV89.67158.6686.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.92%
GREEN value IS 109 (42.97% from 255) = 38.38%
BLUE value IS 144 (56.64% from 255) = 50.70%
R=10.92%
G=38.38%
B=50.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal311091440.780.2400.44198.5864.5734.31
Hex1F6D904E1802Cc74122
Octal371552201163005430710142
Binary111111101101100100001001110110000101100110001111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,109,144); }

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

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

 a { background-color: rgb(31,109,144); }

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

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

 span { border-color: rgb(31,109,144); }

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