#1F6985

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

Shades of Allports #1F6985

Tints of Allports #1F6985

Color information

#1F6985 (or 0x1F6985) is unknown color: approx Allports. HEX triplet: 1F, 69 and 85. RGB value is (31,105,133). Sum of RGB (Red+Green+Blue) = 31+105+133=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F6985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6985 is #E0967A. Grayscale: #555555. Windows color (decimal): -14718587 or 8743199. OLE color: 8743199.

HSL color Cylindrical-coordinate representation of color #1F6985: hue angle of 196.47º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F6985 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB31105133-
CMYK0.770.2100.48
HSL196.47º62.2%32.16%-
HSV(B)196.47º76.69%52.16%-
XYZ9.8512.0924-
YUV86.07154.4888.72-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.52%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 133 (52.34% from 255) = 49.44%
R=11.52%
G=39.03%
B=49.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal311051330.770.2100.48196.4762.232.16
Hex1F69854D15030c43e20
Octal37151205115250603047640
Binary11111110100110000101100110110101011000011000100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,105,133); }

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

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

 a { background-color: rgb(31,105,133); }

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

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

 span { border-color: rgb(31,105,133); }

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