#1F6379

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

Shades of Allports #1F6379

Tints of Allports #1F6379

Color information

#1F6379 (or 0x1F6379) is unknown color: approx Allports. HEX triplet: 1F, 63 and 79. RGB value is (31,99,121). Sum of RGB (Red+Green+Blue) = 31+99+121=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 121 (47.66% from 255 or 48.21% from 251); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F6379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6379 is #E09C86. Grayscale: #515151. Windows color (decimal): -14720135 or 7955231. OLE color: 7955231.

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

Color convert

RGB3199121-
CMYK0.740.1800.53
HSL194.67º59.21%29.8%-
HSV(B)194.67º74.38%47.45%-
XYZ8.4810.619.69-
YUV81.18150.4792.21-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.35%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 121 (47.66% from 255) = 48.21%
R=12.35%
G=39.44%
B=48.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31991210.740.1800.53194.6759.2129.8
Hex1F63794A12035c33b1e
Octal37143171112220653037336
Binary111111100011111100110010101001001101011100001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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