#1F7382

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

Shades of Allports #1F7382

Tints of Allports #1F7382

Color information

#1F7382 (or 0x1F7382) is unknown color: approx Allports. HEX triplet: 1F, 73 and 82. RGB value is (31,115,130). Sum of RGB (Red+Green+Blue) = 31+115+130=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 130 (51.17% from 255 or 47.10% from 276); Max value from RGB is 130 - color contains mainly: blue. Hex color #1F7382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7382 is #E08C7D. Grayscale: #5B5B5B. Windows color (decimal): -14716030 or 8549151. OLE color: 8549151.

HSL color Cylindrical-coordinate representation of color #1F7382: hue angle of 189.09º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F7382 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB31115130-
CMYK0.760.1200.49
HSL189.09º61.49%31.57%-
HSV(B)189.09º76.15%50.98%-
XYZ10.7314.1623.29-
YUV91.59149.6784.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.23%
GREEN value IS 115 (45.31% from 255) = 41.67%
BLUE value IS 130 (51.17% from 255) = 47.10%
R=11.23%
G=41.67%
B=47.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal311151300.760.1200.49189.0961.4931.57
Hex1F73824CC031bd3d20
Octal37163202114140612757540
Binary1111111100111000001010011001100011000110111101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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