#1F6577

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

Shades of Allports #1F6577

Tints of Allports #1F6577

Color information

#1F6577 (or 0x1F6577) is unknown color: approx Allports. HEX triplet: 1F, 65 and 77. RGB value is (31,101,119). Sum of RGB (Red+Green+Blue) = 31+101+119=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F6577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6577 is #E09A88. Grayscale: #515151. Windows color (decimal): -14719625 or 7824671. OLE color: 7824671.

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

Color convert

RGB31101119-
CMYK0.740.1500.53
HSL192.27º58.67%29.41%-
HSV(B)192.27º73.95%46.67%-
XYZ8.5510.9319.11-
YUV82.12148.8191.54-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.35%
GREEN value IS 101 (39.84% from 255) = 40.24%
BLUE value IS 119 (46.88% from 255) = 47.41%
R=12.35%
G=40.24%
B=47.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311011190.740.1500.53192.2758.6729.41
Hex1F65774AF035c03b1d
Octal37145167112170653007335
Binary11111110010111101111001010111101101011100000011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,101,119); }

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

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

 a { background-color: rgb(31,101,119); }

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

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

 span { border-color: rgb(31,101,119); }

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