#1F6A7C

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

Shades of Allports #1F6A7C

Tints of Allports #1F6A7C

Color information

#1F6A7C (or 0x1F6A7C) is unknown color: approx Allports. HEX triplet: 1F, 6A and 7C. RGB value is (31,106,124). Sum of RGB (Red+Green+Blue) = 31+106+124=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F6A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6A7C is #E09583. Grayscale: #555555. Windows color (decimal): -14718340 or 8153631. OLE color: 8153631.

HSL color Cylindrical-coordinate representation of color #1F6A7C: hue angle of 191.61º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F6A7C is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB31106124-
CMYK0.750.1500.51
HSL191.61º60%30.39%-
HSV(B)191.61º75%48.63%-
XYZ9.3612.0520.9-
YUV85.63149.6589.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.88%
GREEN value IS 106 (41.80% from 255) = 40.61%
BLUE value IS 124 (48.83% from 255) = 47.51%
R=11.88%
G=40.61%
B=47.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal311061240.750.1500.51191.616030.39
Hex1F6A7C4BF033c03c1e
Octal37152174113170633007436
Binary11111110101011111001001011111101100111100000011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,106,124); }

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

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

 a { background-color: rgb(31,106,124); }

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

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

 span { border-color: rgb(31,106,124); }

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