#1F6676

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

Shades of Allports #1F6676

Tints of Allports #1F6676

Color information

#1F6676 (or 0x1F6676) is unknown color: approx Allports. HEX triplet: 1F, 66 and 76. RGB value is (31,102,118). Sum of RGB (Red+Green+Blue) = 31+102+118=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F6676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6676 is #E09989. Grayscale: #525252. Windows color (decimal): -14719370 or 7759391. OLE color: 7759391.

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

Color convert

RGB31102118-
CMYK0.740.1400.54
HSL191.03º58.39%29.22%-
HSV(B)191.03º73.73%46.27%-
XYZ8.5911.118.83-
YUV82.6147.9891.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.35%
GREEN value IS 102 (40.23% from 255) = 40.64%
BLUE value IS 118 (46.48% from 255) = 47.01%
R=12.35%
G=40.64%
B=47.01%

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
Decimal311021180.740.1400.54191.0358.3929.22
Hex1F66764AE036bf3a1d
Octal37146166112160662777235
Binary11111110011011101101001010111001101101011111111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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