#1F6377

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

Shades of Allports #1F6377

Tints of Allports #1F6377

Color information

#1F6377 (or 0x1F6377) is unknown color: approx Allports. HEX triplet: 1F, 63 and 77. RGB value is (31,99,119). Sum of RGB (Red+Green+Blue) = 31+99+119=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F6377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6377 is #E09C88. Grayscale: #505050. Windows color (decimal): -14720137 or 7824159. OLE color: 7824159.

HSL color Cylindrical-coordinate representation of color #1F6377: hue angle of 193.64º 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 #1F6377 is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3199119-
CMYK0.740.1700.53
HSL193.64º58.67%29.41%-
HSV(B)193.64º73.95%46.67%-
XYZ8.3610.5519.05-
YUV80.95149.4792.37-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.45%
GREEN value IS 99 (39.06% from 255) = 39.76%
BLUE value IS 119 (46.88% from 255) = 47.79%
R=12.45%
G=39.76%
B=47.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31991190.740.1700.53193.6458.6729.41
Hex1F63774A11035c23b1d
Octal37143167112210653027335
Binary111111100011111011110010101000101101011100001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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