#1F6473

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

Shades of Allports #1F6473

Tints of Allports #1F6473

Color information

#1F6473 (or 0x1F6473) is unknown color: approx Allports. HEX triplet: 1F, 64 and 73. RGB value is (31,100,115). Sum of RGB (Red+Green+Blue) = 31+100+115=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F6473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6473 is #E09B8C. Grayscale: #505050. Windows color (decimal): -14719885 or 7562271. OLE color: 7562271.

HSL color Cylindrical-coordinate representation of color #1F6473: hue angle of 190.71º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F6473 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB31100115-
CMYK0.730.1300.55
HSL190.71º57.53%28.63%-
HSV(B)190.71º73.04%45.1%-
XYZ8.2210.6417.84-
YUV81.08147.1492.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.60%
GREEN value IS 100 (39.45% from 255) = 40.65%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=12.60%
G=40.65%
B=46.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal311001150.730.1300.55190.7157.5328.63
Hex1F647349D037bf3a1d
Octal37144163111150672777235
Binary11111110010011100111001001110101101111011111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,100,115); }

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

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

 a { background-color: rgb(31,100,115); }

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

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

 span { border-color: rgb(31,100,115); }

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