#1F6576

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

Shades of Allports #1F6576

Tints of Allports #1F6576

Color information

#1F6576 (or 0x1F6576) is unknown color: approx Allports. HEX triplet: 1F, 65 and 76. RGB value is (31,101,118). Sum of RGB (Red+Green+Blue) = 31+101+118=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F6576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6576 is #E09A89. Grayscale: #515151. Windows color (decimal): -14719626 or 7759135. OLE color: 7759135.

HSL color Cylindrical-coordinate representation of color #1F6576: hue angle of 191.72º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F6576 is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB31101118-
CMYK0.740.1400.54
HSL191.72º58.39%29.22%-
HSV(B)191.72º73.73%46.27%-
XYZ8.4910.9118.8-
YUV82.01148.3191.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.4%
GREEN value IS 101 (39.84% from 255) = 40.4%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=12.4%
G=40.4%
B=47.2%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal311011180.740.1400.54191.7258.3929.22
Hex1F65764AE036c03a1d
Octal37145166112160663007235
Binary11111110010111101101001010111001101101100000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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