#1F6978

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

Shades of Allports #1F6978

Tints of Allports #1F6978

Color information

#1F6978 (or 0x1F6978) is unknown color: approx Allports. HEX triplet: 1F, 69 and 78. RGB value is (31,105,120). Sum of RGB (Red+Green+Blue) = 31+105+120=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F6978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6978 is #E09687. Grayscale: #545454. Windows color (decimal): -14718600 or 7891231. OLE color: 7891231.

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

Color convert

RGB31105120-
CMYK0.740.1300.53
HSL190.11º58.94%29.61%-
HSV(B)190.11º74.17%47.06%-
XYZ9.0111.7519.56-
YUV84.58147.9889.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.11%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 120 (47.27% from 255) = 46.88%
R=12.11%
G=41.02%
B=46.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311051200.740.1300.53190.1158.9429.61
Hex1F69784AD035be3b1e
Octal37151170112150652767336
Binary11111110100111110001001010110101101011011111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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