#1F6478

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

Shades of Allports #1F6478

Tints of Allports #1F6478

Color information

#1F6478 (or 0x1F6478) is unknown color: approx Allports. HEX triplet: 1F, 64 and 78. RGB value is (31,100,120). Sum of RGB (Red+Green+Blue) = 31+100+120=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F6478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6478 is #E09B87. Grayscale: #515151. Windows color (decimal): -14719880 or 7889951. OLE color: 7889951.

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

Color convert

RGB31100120-
CMYK0.740.1700.53
HSL193.48º58.94%29.61%-
HSV(B)193.48º74.17%47.06%-
XYZ8.5110.7619.4-
YUV81.65149.6491.87-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.35%
GREEN value IS 100 (39.45% from 255) = 39.84%
BLUE value IS 120 (47.27% from 255) = 47.81%
R=12.35%
G=39.84%
B=47.81%

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
Decimal311001200.740.1700.53193.4858.9429.61
Hex1F64784A11035c13b1e
Octal37144170112210653017336
Binary111111100100111100010010101000101101011100000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,100,120); }

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

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

 a { background-color: rgb(31,100,120); }

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

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

 span { border-color: rgb(31,100,120); }

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