#1F768D

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

Shades of Allports #1F768D

Tints of Allports #1F768D

Color information

#1F768D (or 0x1F768D) is unknown color: approx Allports. HEX triplet: 1F, 76 and 8D. RGB value is (31,118,141). Sum of RGB (Red+Green+Blue) = 31+118+141=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #1F768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F768D is #E08972. Grayscale: #5E5E5E. Windows color (decimal): -14715251 or 9270815. OLE color: 9270815.

HSL color Cylindrical-coordinate representation of color #1F768D: hue angle of 192.55º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F768D is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB31118141-
CMYK0.780.1600.45
HSL192.55º63.95%33.73%-
HSV(B)192.55º78.01%55.29%-
XYZ11.8515.1727.5-
YUV94.61154.1882.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.69%
GREEN value IS 118 (46.48% from 255) = 40.69%
BLUE value IS 141 (55.47% from 255) = 48.62%
R=10.69%
G=40.69%
B=48.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal311181410.780.1600.45192.5563.9533.73
Hex1F768D4E1002Dc14022
Octal371662151162005530110042
Binary111111110110100011011001110100000101101110000011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,118,141); }

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

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

 a { background-color: rgb(31,118,141); }

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

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

 span { border-color: rgb(31,118,141); }

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