#1f7388

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

Shades of Allports #1F7388

Tints of Allports #1F7388

Color information

#1F7388 (or 0x1F7388) is unknown color: approx Allports. HEX triplet: 1F, 73 and 88. RGB value is (31,115,136). Sum of RGB (Red+Green+Blue) = 31+115+136=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #1F7388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7388 is #E08C77. Grayscale: #5C5C5C. Windows color (decimal): -14716024 or 8942367. OLE color: 8942367.

HSL color Cylindrical-coordinate representation of color #1F7388: hue angle of 192º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F7388 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB31115136-
CMYK0.770.1500.47
HSL192º62.87%32.75%-
HSV(B)192º77.21%53.33%-
XYZ11.1414.3325.47-
YUV92.28152.6784.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.99%
GREEN value IS 115 (45.31% from 255) = 40.78%
BLUE value IS 136 (53.52% from 255) = 48.23%
R=10.99%
G=40.78%
B=48.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal311151360.770.1500.4719262.8732.75
Hex1F73884DF02Fc03f21
Octal37163210115170573007741
Binary1111111100111000100010011011111010111111000000111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f7388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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