#1F627A

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

Shades of Allports #1F627A

Tints of Allports #1F627A

Color information

#1F627A (or 0x1F627A) is unknown color: approx Allports. HEX triplet: 1F, 62 and 7A. RGB value is (31,98,122). Sum of RGB (Red+Green+Blue) = 31+98+122=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 122 (48.05% from 255 or 48.61% from 251); Max value from RGB is 122 - color contains mainly: blue. Hex color #1F627A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F627A is #E09D85. Grayscale: #505050. Windows color (decimal): -14720390 or 8020511. OLE color: 8020511.

HSL color Cylindrical-coordinate representation of color #1F627A: hue angle of 195.82º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F627A is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3198122-
CMYK0.750.2000.52
HSL195.82º59.48%30%-
HSV(B)195.82º74.59%47.84%-
XYZ8.4510.4319.98-
YUV80.7151.392.55-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.35%
GREEN value IS 98 (38.67% from 255) = 39.04%
BLUE value IS 122 (48.05% from 255) = 48.61%
R=12.35%
G=39.04%
B=48.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal31981220.750.2000.52195.8259.4830
Hex1F627A4B14034c43b1e
Octal37142172113240643047336
Binary111111100010111101010010111010001101001100010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,98,122); }

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

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

 a { background-color: rgb(31,98,122); }

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

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

 span { border-color: rgb(31,98,122); }

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