#1F6C73

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

Shades of Allports #1F6C73

Tints of Allports #1F6C73

Color information

#1F6C73 (or 0x1F6C73) is unknown color: approx Allports. HEX triplet: 1F, 6C and 73. RGB value is (31,108,115). Sum of RGB (Red+Green+Blue) = 31+108+115=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F6C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6C73 is #E0938C. Grayscale: #555555. Windows color (decimal): -14717837 or 7564319. OLE color: 7564319.

HSL color Cylindrical-coordinate representation of color #1F6C73: hue angle of 185º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F6C73 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB31108115-
CMYK0.730.0600.55
HSL185º57.53%28.63%-
HSV(B)185º73.04%45.1%-
XYZ9.0212.2518.11-
YUV85.78144.4988.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.20%
GREEN value IS 108 (42.58% from 255) = 42.52%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=12.20%
G=42.52%
B=45.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal311081150.730.0600.5518557.5328.63
Hex1F6C73496037b93a1d
Octal3715416311160672717235
Binary1111111011001110011100100111001101111011100111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,108,115); }

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

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

 a { background-color: rgb(31,108,115); }

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

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

 span { border-color: rgb(31,108,115); }

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